Create s3_list_bucket_contents.py

rename and comment
This commit is contained in:
Chris Gates
2017-06-12 21:30:18 -04:00
committed by GitHub
parent 9351fe15d7
commit 46fd3b148f

View File

@@ -15,4 +15,5 @@ from s3.s3 import *
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY =''
#Attempt to list the contents of the bucket
get_s3bucket_policy(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,'myfuckingbucket')