GLACIER_IR default for artifacts s3 bucket (#4415)

This commit is contained in:
Shuchang Zheng
2026-01-08 16:30:01 -08:00
committed by GitHub
parent b20ee4152a
commit 9b655c07a1
3 changed files with 11 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ class S3StorageClass(StrEnum):
# INTELLIGENT_TIERING = "INTELLIGENT_TIERING"
ONEZONE_IA = "ONEZONE_IA"
GLACIER = "GLACIER"
GLACIER_IR = "GLACIER_IR" # Glacier Instant Retrieval
# DEEP_ARCHIVE = "DEEP_ARCHIVE"
# OUTPOSTS = "OUTPOSTS"
# STANDARD_IA = "STANDARD_IA"