AWS slow upload on tiny files

1

Hi there,

I upload on a regular basis static websites on S3 buckets. I have a new website where this upload is very very very slow: it can take up to 1 hour to upload a ~30MB bundle of 1500 to 2000 files, mainly .js (i.e. no large image or video). The upload first indicates a correct speed and ~2min remaining, then it just slows and seems very lost in the estimated remaining time :) It does not happen on other projects, the bucket in the same region (eu-west-3), I activated the Transfer acceleration without any substantial difference and I tried from 3 different networks.

Any idea ?! Thanks

Vincent
已提问 2 年前676 查看次数
1 回答
0

Hello,

This could be a Client config, see "max_concurrent_requests" in https://docs.aws.amazon.com/cli/latest/topic/s3-config.html. The SDK will have similar configuration options, like https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3.html.

Hope this helped!

//Carl

已回答 2 年前
  • Hi Carl, thanks for your answer. I am actually not using any CLI or sdk, I just move the files from my computer into the bucket through the browser (Chrome). I haven’t tried using another brother tho, I’ll edit this post if this makes a difference !

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

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

回答问题的准则