Report errors leading to failure to abort multipart upload #2990
Labels
feature-request
A feature should be added or improved.
in-progress
Work is in progress to resolve the issue.
Describe the feature
Report upload errors that trigger multipart upload abort. In this code, the original errors get lost if the exception is raised while aborting the upload.
aws-sdk-ruby/gems/aws-sdk-s3/lib/aws-sdk-s3/multipart_stream_uploader.rb
Lines 98 to 111 in 0c9cf81
The exception thrown being
Use Case
Started seeing these errors pop up recently:
It would be useful to see what upload errors lead up to the abort.
Proposed Solution
Report
MultipartUploadError
with a list of original upload errors, together with any subsequent errors.Other Information
No response
Acknowledgements
SDK version used
aws-sdk-s3 (1.143.0)
Environment details (OS name and version, etc.)
macOS 14.3.1
The text was updated successfully, but these errors were encountered: