Uploading files to s3 using s3cmd in parallel

后端 未结 4 1802
-上瘾入骨i
-上瘾入骨i 2021-02-03 10:56

I\'ve got a whole heap of files on a server, and I want to upload these onto S3. The files are stored with a .data extension, but really they\'re just a bunch of jpegs,pngs,zips

4条回答
  •  时光取名叫无心
    2021-02-03 11:33

    Use aws cli. It supports parallel upload of files and it is really fast while uploading and downloading.

    http://docs.aws.amazon.com/cli/latest/reference/s3/

提交回复
热议问题