mirror of https://github.com/apache/jclouds.git
JCLOUDS-1473 add INTELLIGENT_TIERING enum
This commit is contained in:
parent
49a54ea9ca
commit
8762fbaf8e
|
@ -37,6 +37,7 @@ public interface ObjectMetadata extends Comparable<ObjectMetadata> {
|
|||
STANDARD(Tier.STANDARD),
|
||||
STANDARD_IA(Tier.INFREQUENT),
|
||||
ONEZONE_IA(Tier.INFREQUENT),
|
||||
INTELLIGENT_TIERING(Tier.STANDARD),
|
||||
REDUCED_REDUNDANCY(Tier.STANDARD),
|
||||
GLACIER(Tier.ARCHIVE),
|
||||
DEEP_ARCHIVE(Tier.ARCHIVE);
|
||||
|
|
Loading…
Reference in New Issue