Copy multiple files from s3 bucket

后端 未结 6 707
庸人自扰
庸人自扰 2021-02-01 15:00

I am having trouble downloading multiple files from AWS S3 buckets to my local machine.

I have all the filenames that I want to download and I do not want others. How c

6条回答
  •  爱一瞬间的悲伤
    2021-02-01 15:29

    I got the problem solved, may be a little bit stupid, but it works.

    Using python, I write multiple line of AWS download commands on one single .sh file, then I execute it on the terminal.

提交回复
热议问题