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년 전675회 조회
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 !

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인