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
Manually check within the list.txt if all of them need to be aborted. It seems like we don't know which uploadId has failed or completed by looking at this list. To delete a given uploadId, use:
Do note that Alpakka S3 now contains both the list multipart uploads and abort multipart uploads in the S3 API, this was merged in #2730. This gives you the ability to programatically clean up any failed S3 multipart uploads.
An option can be given to retry but the retry logic can be tackled in another ticket (or not, the client can handle the retry logic).
Failed multipart uploads incur S3 costs. A completed multipart upload is the one which cleans up the multiparts.
Reference:
The text was updated successfully, but these errors were encountered: