Reputation: 12152
I have been trying to upload something small to s3 all day today. About 20k files in 500 directories that total about 3GB. Something absolutely reasonable for a service called Simple Storage Service. I can upload to different places on average at about 500k/s - 1mb/s (between 1.8 and 3.6 gb/h). I have been trying to upload these files to s3 all day, I must have uploaded at dismal rate on aggregate (think about 100 mb/h or something).
I have tried:
My problems, which I was hoping you would be so kind to help me diagnose are the following:
It is really frustrating, there must be something I am doing wrong. I expect everything to work about 10x faster and it doesn't. I've read that if split the file s3 runs faster and I've read that the zone (I'm in NYC) is really important. What change will give me the biggest increase in upload speed?
Upvotes: 13
Views: 12191
Reputation: 1647
Maybe the slow upload connection can be fixed with a change of the AWS server location
I just figured out, what the problem was in my case: duration of upload (size 35MB)
I'm based in Vienna, not in the US -> check your AWS server location
Upvotes: 4