From 7360caee4fe611990fddf88ef24912d2916c066d Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Wed, 31 May 2017 11:10:57 -0400 Subject: [PATCH] Update s3_bucket_list.py comment update --- s3_bucket_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3_bucket_list.py b/s3_bucket_list.py index a3891fe..0795979 100644 --- a/s3_bucket_list.py +++ b/s3_bucket_list.py @@ -11,7 +11,7 @@ pp = pprint.PrettyPrinter(indent=5, width=80) 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_SECRET_ACCESS_KEY =''