fix s3 _get_storage_class_for_org (#4424)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user