In AWS S3 CLI we can set the following parameter:
multipart_threshold - The size threshold the CLI uses for multipart transfers of individual files.
Can we do something like this in aws cpp sdk client?
Of course, I can set TransferManagerConfiguration bufferSize, but then I would have to use TransferManager. I just want to use S3Client directly.
Is there a way to do it?