Removed x-auth-token from obj.py

Change-Id: Ic7e79fada7413065e589d702d483b48104cce630
Closes-bug: 1408388
This commit is contained in:
Adam Sheldon
2015-02-26 14:06:54 -08:00
parent 48a48c9163
commit 14d8f3fe7d

View File

@@ -39,8 +39,6 @@ class Object(resource.Resource):
bytes = resource.prop("bytes")
# Headers for HEAD and GET requests
#: Authentication token.
auth_token = resource.header("x-auth-token")
#: If set to True, Object Storage queries all replicas to return
#: the most recent one. If you omit this header, Object Storage
#: responds faster after it finds one valid replica. Because