fix s3 _get_storage_class_for_org (#4424)

This commit is contained in:
Shuchang Zheng
2026-01-09 11:12:06 -08:00
committed by GitHub
parent 9410bfe6f3
commit 2e35276431
3 changed files with 11 additions and 10 deletions

View File

@@ -28,6 +28,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"