Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does AWS CPP S3 SDK support "Transfer acceleration"

I enabled "Transfer acceleration" on my bucket. But I dont see any improvement in speed of Upload in my C++ application. I have waited for more than 20 minutes that is mentioned in AWS Documentation.

Does the SDK support "Transfer acceleration" by default or is there a run time flag or compiler flag? I did not spot anything in the SDK code.

thanks

like image 329
CadJunkie Avatar asked Feb 28 '26 09:02

CadJunkie


1 Answers

Currently, there isn't a configuration option that simply turns on transfer acceleration. You can however, use endpoint override in the client configuration to set the accelerated endpoint.

like image 54
Jonathan Henson Avatar answered Mar 03 '26 03:03

Jonathan Henson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!