We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701cbe4 commit 1e37167Copy full SHA for 1e37167
lambdas/filenameprocessor/src/constants.py
@@ -11,6 +11,7 @@
11
)
12
13
SOURCE_BUCKET_NAME = os.getenv("SOURCE_BUCKET_NAME")
14
+EA_BUCKET_NAME = os.getenv("EA_BUCKET_NAME")
15
AUDIT_TABLE_NAME = os.getenv("AUDIT_TABLE_NAME")
16
AUDIT_TABLE_TTL_DAYS = os.getenv("AUDIT_TABLE_TTL_DAYS")
17
VALID_VERSIONS = ["V5"]
0 commit comments