From 8672e5425578a1638b74b796b4b244d7959ca344 Mon Sep 17 00:00:00 2001 From: Kyle Dolezal Date: Sun, 16 Jul 2023 14:32:06 -0500 Subject: [PATCH] Remove get_acl --- test_script.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_script.py b/test_script.py index f54482b..ab60725 100644 --- a/test_script.py +++ b/test_script.py @@ -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'