fix etag metadata field name in key response dict (etag --> ETag) (#855)
This commit is contained in:
parent
e7735c3ee1
commit
0393c384ad
@ -90,7 +90,7 @@ class FakeKey(object):
|
|||||||
@property
|
@property
|
||||||
def response_dict(self):
|
def response_dict(self):
|
||||||
r = {
|
r = {
|
||||||
'etag': self.etag,
|
'Etag': self.etag,
|
||||||
'last-modified': self.last_modified_RFC1123,
|
'last-modified': self.last_modified_RFC1123,
|
||||||
}
|
}
|
||||||
if self._storage_class != 'STANDARD':
|
if self._storage_class != 'STANDARD':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user