Skip to content

Commit

Permalink
List bucket ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed Jul 16, 2023
1 parent 0518293 commit 9310418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
aws_secret_access_key=SECRET_KEY
)

result = client.get_acl()
print("Printing acl:")
print(result)

print("Printing bucket objects:")
print(client.list_objects_v2(
Bucket='chn-ghost-buses-public'
))
Expand Down

0 comments on commit 9310418

Please sign in to comment.