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