mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
6 lines
76 B
Python
6 lines
76 B
Python
# S3 tags
|
|
class Retention:
|
|
KEY = "retention"
|
|
|
|
ONE_WEEK = "ONE_WEEK"
|