Does S3EncryptionClient or S3EncryptionClientV2 in s3-encryption support MultipartUpload in addition to PutObject and GetObject? #3386
|
Does S3 Encryption Client or S3 Encryption Client V2 in S3 encryption support Multipart Upload in addition to PutObject and GetObject? No relevant implementation found. |
Answered by
SergeyRyabinin
Apr 22, 2025
Replies: 1 comment
|
Hello, I'm sorry but existing C++ SDK high-level encryption client does not have have "transfer manager" capabilities, so it is not perform multi-part upload/download. You maybe be interested in checking "Amazon S3 Encryption Client", but it is only implemented in java and go. Thanks. |
0 replies
Answer selected by
zmw132
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm sorry but existing C++ SDK high-level encryption client does not have have "transfer manager" capabilities, so it is not perform multi-part upload/download.
We don't have any plans for this functionality at the moment either.
You maybe be interested in checking "Amazon S3 Encryption Client", but it is only implemented in java and go.
https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/what-is-s3-encryption-client.html
Thanks.