diff --git a/.python/get_aws_resources/aws_s3.py b/.python/get_aws_resources/aws_s3.py index 88fd0119..a02173dd 100755 --- a/.python/get_aws_resources/aws_s3.py +++ b/.python/get_aws_resources/aws_s3.py @@ -137,9 +137,9 @@ def get_all_s3_buckets(fb,my_region): print("Processing Bucket: "+bucket_name + ' ............') common.write_import(type,bucket_name,"b-"+bucket_name) - #for key in s3_fields: + for key in s3_fields: #print("outside get_s3 type=" + key) - #get_s3(s3_fields,key,bucket_name) + get_s3(s3_fields,key,bucket_name) return True