add another bucket
- ID
f7995cf- date
2023-05-22 07:14:53+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b95a5ef- message
add another bucket- changed files
1 file, 4 additions, 2 deletions
Changed files
aws/_common.py (2237) → aws/_common.py (2310)
diff --git a/aws/_common.py b/aws/_common.py
index 59b16be..160918d 100755
--- a/aws/_common.py
+++ b/aws/_common.py
@@ -44,8 +44,10 @@ def guess_account(s3_identifier):
account_id = "299497370133"
elif "wellcomecollection-storage" in s3_identifier:
account_id = "975596993436"
- elif "wellcomecollection-assets-workingstorage" in s3_identifier:
-
+ elif (
+ "wellcomecollection-assets-workingstorage" in s3_identifier
+ or "wellcomecollection-platform" in s3_identifier
+ ):
account_id = "760097843905"
else:
return None