You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I believe AWS allows multiple multipart uploads simultaneously to the same key, this doesn't make sense in the way we are implementing things as we are now sometimes writing parts directly to iRODS.
We should reject a CreateMultipartUpload request if there is already one in progress to that same key.
The text was updated successfully, but these errors were encountered:
In other systems, 409 responses may be used for implementation-specific purposes, such as to indicate that the server has received multiple requests to update the same resource.
While I believe AWS allows multiple multipart uploads simultaneously to the same key, this doesn't make sense in the way we are implementing things as we are now sometimes writing parts directly to iRODS.
We should reject a
CreateMultipartUpload
request if there is already one in progress to that same key.The text was updated successfully, but these errors were encountered: