multipart_id doesn't exist, it's upload_id
This commit is contained in:
parent
0b45622dcb
commit
24ff30f9fc
@ -187,7 +187,7 @@ def _key_response(request, full_url, headers):
|
||||
response = template.render(
|
||||
bucket_name=bucket_name,
|
||||
key_name=key_name,
|
||||
multipart_id=multipart.id,
|
||||
upload_id=multipart.id,
|
||||
)
|
||||
return 200, headers, response
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user