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
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Add support for request-level configuration override in AsyncClient multipart upload (#6900)
* Add support for request-level configuration override in S3 AsyncClient multipart upload
When using the S3 AsyncClient for multipart uploads and copies, request-level override configuration set on the original PutObjectRequest or CopyObjectRequest was not
being propagated to the sub-requests (CreateMultipartUpload, UploadPart, CompleteMultipartUpload, AbortMultipartUpload, ListParts, HeadObject, UploadPartCopy).
This change ensures overrideConfiguration is forwarded from the original request to all derived multipart sub-requests in SdkPojoConversionUtils and CopyObjectHelper.
* revision 2
---------
Co-authored-by: Dhananjay Badaya <badayd@amazon.com>
Co-authored-by: Alex Woods <alexwoo@amazon.com>
"description": "Fixed request-level override configuration not being propagated to sub-requests during multipart uploads and copies in the S3 AsyncClient."
Copy file name to clipboardExpand all lines: services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/SdkPojoConversionUtils.java
0 commit comments