fix etag metadata field name in key response dict (etag --> ETag) (#855)
This commit is contained in:
parent
e7735c3ee1
commit
0393c384ad
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class FakeKey(object):
|
|||
@property
|
||||
def response_dict(self):
|
||||
r = {
|
||||
'etag': self.etag,
|
||||
'Etag': self.etag,
|
||||
'last-modified': self.last_modified_RFC1123,
|
||||
}
|
||||
if self._storage_class != 'STANDARD':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue