1
vote
1answer
121 views

How to upload big files to S3 on a flaky connection?

I have a bunch of files (between 500MB and 7GB) that I need uploaded to an S3 bucket. My connection is very flaky. I tried uploading a 500MB file via s3cmd but it timed out after it was 91% done ...
0
votes
0answers
42 views

NetGear Router loses connection when uploading to Amazon S3

Does anyone have an idea why my internet connection disconnects everytime I try to upload something to Amazon S3 (Client or Web). I tried to check the logs but no success, maybe someone else got some ...
0
votes
3answers
389 views

Upload very many files to S3

I have about 1 million images (organized in directories) that I need to get into S3. I started using s3sync.rb, but since it is built for syncing it creates tons of extra files for keeping track of ...
15
votes
1answer
3k views

Uploading files to S3 account from linux command prompt

I've got several large files sitting in my linux hosted account that I need to upload to my S3 account. I dont want to download them first and then upload it into S3. Is there any way I can "upload" ...