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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.