Skip to content

Commit

Permalink
s3 bucket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awsandy committed Jun 26, 2024
1 parent 023646d commit 26082a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .python/get_aws_resources/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 26082a8

Please sign in to comment.