开发者

Load large files to Amazon S3 [closed]

Closed. This question is off-topic. It is not currently accept开发者_如何学Pythoning answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

I am using a linux machine and I would like to upload 12GB file to s3.

While using the web console I got the message that the browser support only files smaller than 1.9 GB.

What are the options for loading such a big file?


The Bucket Explorer should support big files (taken from here: http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-upload.html)


Try s3md - http://s3tools.org/s3cmd

If you're on Ubuntu or other linux,

$ sudo apt-get install s3cmd
$ s3cmd --configure

  ....

$ s3cmd put myfile s3://mybucket
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜