Skip to content

Commit 0882c6e

Browse files
committed
NRL-2140 Add debug when getting perms for sandbox
1 parent d071a47 commit 0882c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/get_s3_permissions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def download_files(
345345
add_smoke_test_files(secretsmanager, local_path, env_name)
346346

347347
if env_name in ["dev-sandbox", "qa-sandbox", "int-sandbox"]:
348+
print(f"Adding sandbox permissions for {env_name} to temporary directory...")
348349
add_sandbox_files(local_path)
349350

350351

0 commit comments

Comments
 (0)