mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 08:42:21 -05:00
11 lines
253 B
Python
11 lines
253 B
Python
# all jobs for letters created via the api must have this filename
|
|
LETTER_API_FILENAME = 'letter submitted via api'
|
|
LETTER_TEST_API_FILENAME = 'test letter submitted via api'
|
|
|
|
|
|
# S3 tags
|
|
class Retention:
|
|
KEY = 'retention'
|
|
|
|
ONE_WEEK = 'ONE_WEEK'
|