Skip to content

Commit 28c4bea

Browse files
committed
refactor: rename file in s3
1 parent 68f314f commit 28c4bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# AWS Bucket Path
3131
BUCKET_NAME = f"{account}-copilot-usage-dashboard"
32-
OBJECT_NAME = "org_history.json"
32+
OBJECT_NAME = "organisation_history.json"
3333

3434
logger = logging.getLogger()
3535

0 commit comments

Comments
 (0)