Amazon S3 console: download multiple files at once

后端 未结 15 1466
傲寒
傲寒 2021-01-31 07:00

When I log to my S3 console I am unable to download multiple selected files (the WebUI allows downloads only when one file is selected):

https://console

15条回答
  •  自闭症患者
    2021-01-31 07:31

    Also you could use the --include "filename" many times in a single command with each time including a different filename within the double quotes, e.g.

    aws s3 mycommand --include "file1" --include "file2"
    

    It will save your time rather than repeating the command to download one file at a time.

提交回复
热议问题