Guest User

Untitled

a guest
Oct 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. import boto3
  2. s3 = boto3.resource('s3')
  3. for bucket in s3.buckets.all():
  4. print(bucket.name)
Add Comment
Please, Sign In to add comment