Skip to content

Commit 1e37167

Browse files
committed
test bucket in TF II
1 parent 701cbe4 commit 1e37167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/filenameprocessor/src/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
)
1212

1313
SOURCE_BUCKET_NAME = os.getenv("SOURCE_BUCKET_NAME")
14+
EA_BUCKET_NAME = os.getenv("EA_BUCKET_NAME")
1415
AUDIT_TABLE_NAME = os.getenv("AUDIT_TABLE_NAME")
1516
AUDIT_TABLE_TTL_DAYS = os.getenv("AUDIT_TABLE_TTL_DAYS")
1617
VALID_VERSIONS = ["V5"]

0 commit comments

Comments
 (0)