Skip to content

Commit

Permalink
Remove get_acl
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed Jul 16, 2023
1 parent 2332c54 commit 8672e54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
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 8672e54

Please sign in to comment.