mirror of
https://github.com/apache/jclouds.git
synced 2026-08-06 04:06:56 +00:00
JCLOUDS-1634: Add AzureBlob COLD access tier
References gaul/s3proxy#625.
This commit is contained in:
@@ -25,6 +25,7 @@ import com.google.common.base.CaseFormat;
|
||||
public enum AccessTier {
|
||||
HOT(Tier.STANDARD),
|
||||
COOL(Tier.INFREQUENT),
|
||||
COLD(Tier.INFREQUENT),
|
||||
ARCHIVE(Tier.ARCHIVE);
|
||||
|
||||
private final Tier tier;
|
||||
|
||||
Reference in New Issue
Block a user