Support intelligent tiering in s3 upload script (#52)

This commit is contained in:
rkfg 2021-02-18 21:35:38 +03:00 committed by GitHub
parent c0bc3ce95a
commit 3c3fafd6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,6 +408,7 @@ def main():
"REDUCED_REDUNDANCY",
"STANDARD_IA",
"ONEZONE_IA",
"INTELLIGENT_TIERING",
],
default="STANDARD",
)