Update s3_bucket_list.py

comment update
This commit is contained in:
Chris Gates
2017-05-31 11:10:57 -04:00
committed by GitHub
parent 585bdc98ef
commit 7360caee4f

View File

@@ -11,7 +11,7 @@ pp = pprint.PrettyPrinter(indent=5, width=80)
from s3.s3 import * from s3.s3 import *
#cgates pythons3 #insert AWS key, will figure out how to pull this in from a single file for all scripts
AWS_ACCESS_KEY_ID = '' AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY ='' AWS_SECRET_ACCESS_KEY =''