mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-21 09:11:27 -04:00
6 lines
76 B
Python
6 lines
76 B
Python
# S3 tags
|
|
class Retention:
|
|
KEY = 'retention'
|
|
|
|
ONE_WEEK = 'ONE_WEEK'
|