Merge pull request #921 from picadoh/master
Fixing metadata key on s3 operation response
This commit is contained in:
commit
2f923b8248
2 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class FakeKey(BaseModel):
|
|||
@property
|
||||
def response_dict(self):
|
||||
res = {
|
||||
'Etag': self.etag,
|
||||
'ETag': self.etag,
|
||||
'last-modified': self.last_modified_RFC1123,
|
||||
'content-length': str(len(self.value)),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue