Is there a way to download N files from S3 as just one file?

后端 未结 0 597
无人共我
无人共我 2020-12-17 05:03

Current code:

#!/usr/bin/python
import boto3
s3=boto3.client(\'s3\')
list=s3.list_objects(Bucket=\'my_bucket_name\')[\'Contents\']
for key in list:
    s3.dow         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题