Multipart_threshold support in CRT S3 #551
-
|
Hi, I’m using the CRT-based S3 client via AWS CLI and noticed that it currently ignores the multipart_threshold and multipart_chunksize settings that I use with the classic client to reduce the number of PUT requests (and cost). Could you confirm if the CRT client currently supports these settings, or if there’s any plan to support them in the future? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
can you cut a github issue to https://github.com/boto/s3transfer? |
Beta Was this translation helpful? Give feedback.
can you cut a github issue to https://github.com/boto/s3transfer?
We do expose the threshold and part size to our python binding, but aws-cli doesn't integrate it yet. And they use https://github.com/boto/s3transfer for the integration.