Complete MultiPart Operation does specify a body
This commit is contained in:
parent
3630b3c21a
commit
aead9bb0d5
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ def _key_response(request, full_url, headers):
|
||||||
)
|
)
|
||||||
return 200, headers, response
|
return 200, headers, response
|
||||||
|
|
||||||
if body == '' and 'uploadId' in query:
|
if 'uploadId' in query:
|
||||||
upload_id = query['uploadId'][0]
|
upload_id = query['uploadId'][0]
|
||||||
key = s3_backend.complete_multipart(bucket_name, upload_id)
|
key = s3_backend.complete_multipart(bucket_name, upload_id)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue