-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipart upload for EncryptionV2 #2469
Comments
It's not supported. There are some technical limitations and challenges involved. |
Unfortunately we don't support multipart upload with client side encryption. There are additional complexities to ensure that client side encryption applied to multipart upload is both secure and correct. I'd recommend breaking your file apart, doing |
Thank you for information. |
@Seitanas Can you share a code sample of reading encrypted datastream from openssl in chunks and uploading them as multipart data? |
Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue. |
Hello, is there any way to initiate multipart upload using
Aws::S3::EncryptionV2::Client
?Getting error:
Thank you.
Confirm by changing [ ] to [x] below:
Describe the question
The text was updated successfully, but these errors were encountered: