bogthe edited a comment on pull request #2706:
URL: https://github.com/apache/hadoop/pull/2706#issuecomment-843269836


   Did some digging and found out some more context: 
   - For CSE `uploadPart` has to have parts [uploaded 
sequentially](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3EncryptionClient.html#uploadPart-com.amazonaws.services.s3.model.UploadPartRequest-);
   - There was a request to support them parallel but it [doesn't look like 
they're going to be added to 
V1](https://github.com/aws/aws-sdk-java/issues/2248) and [it's on the feature 
request for V2](https://github.com/aws/aws-sdk-java-v2/projects/1)
   
   Also make sure your multi part code sets `lastPart` to `true` for CSE 
otherwise you'll still get the error you mentioned above. *


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to