Member since
03-26-2017
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8798 | 10-09-2017 12:19 PM |
10-09-2017
12:19 PM
I got the solution. I have given wrong print command. import boto3 s3 = boto3.resource('s3') for bucket in s3.buckets.all(): print(bucket.name) Thanks, Chandana
... View more