Merge pull request #705 from okomestudio/ts/boto3-multipart-upload
Update S3 object GET response headers with response_dict from key
This commit is contained in:
commit
7a759e8f70
3 changed files with 39 additions and 1 deletions
|
|
@ -400,6 +400,7 @@ class ResponseObject(_TemplateEnvironmentMixin):
|
|||
return 200, headers, template.render(obj=key)
|
||||
|
||||
headers.update(key.metadata)
|
||||
headers.update(key.response_dict)
|
||||
return 200, headers, key.value
|
||||
|
||||
def _key_response_put(self, request, body, bucket_name, query, key_name, headers):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue