Files
notifications-api/app/variables.py
T

6 lines
76 B
Python
Raw Normal View History

2018-02-09 17:13:37 +00:00
# S3 tags
class Retention:
2023-08-29 14:54:30 -07:00
KEY = "retention"
2018-02-09 17:13:37 +00:00
2023-08-29 14:54:30 -07:00
ONE_WEEK = "ONE_WEEK"