Is s3 api call create_multipart_upload not concurrent-safe? #4385
Unanswered
tommy-bump-be
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented upload by using boto3.
My server enviroment
When I handle just discrete request to make multipart upload, I have no problem.
But when I confront burst request, generated upload_id using boto3 doesn`t work.(When I call list_parts api it returns no such upload)
Did you experince this issue?
Beta Was this translation helpful? Give feedback.
All reactions