Siddharth Goyal

Results 6 comments of Siddharth Goyal

Has anyone figured this out? We are facing a similar problem here. I have tried with stream in nginx but no avail.

I would like to work on this issue.

@justplaz thanks for the detailed explanation. I modified my code to add `enableMultipartPutObject(true)` to the S3EncryptionClient and re-tried. However, i still see the same error. On a side note we...

@justplaz thanks for the example, one key thing we are not doing is > // Set sdkPartType to SdkPartType.LAST for last part of the multipart upload. // // Note: Set...

I added check in our code to manually ensure we tag the last part properly. Still however getting the same error but from a different code part now within the...

Additionally it will also allow skipping of redundant clean up. We for certain code paths have not been able to implement the AutoClosable interface. But we have made sure to...