This commit is contained in:
carnal0wnage
2017-06-12 22:06:52 -04:00
parent 1357c804d9
commit ae806661e3
2 changed files with 11 additions and 7 deletions

View File

@@ -12,8 +12,10 @@ pp = pprint.PrettyPrinter(indent=5, width=80)
from s3.s3 import *
#insert AWS key, will figure out how to pull this in from a single file for all scripts
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY =''
AWS_SECRET_ACCESS_KEY = ''
#Attempt to list the contents of the bucket
get_s3bucket_policy(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,'myfuckingbucket')