Can you combine S3 Transfer Acceleration with Horizontal Scaling & Request Parallelization?

0

Can you combine S3 Transfer Acceleration with Horizontal Scaling & Request Parallelization? I assume you'd just need to enable Transfer Acceleration on the destination bucket and then use the Acceleration endpoint when setting up a parallelization mechanism like TransferManager?

AWS
已提问 1 年前186 查看次数
1 回答
0

Hello!

Yes, you can use both S3 Transfer Acceleration and S3 Horizontal Scaling & Request Parallelization together, as you stated. You would use the acceleration endpoint where needed, though this may mean changes to your workflow or code in order to use the endpoint. See this for examples on how to use Transfer Acceleration: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration-examples.html. However, once you have refactored around this, you should be able to use parallelism with Transfer Acceleration.

Hope this helps!

Mark_G
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则