mirror of https://github.com/apache/jclouds.git
JCLOUDS-1599 - Add support for GLACIER_IR storage class
This commit is contained in:
parent
83deb0efef
commit
5fad7fa895
|
@ -40,6 +40,7 @@ public interface ObjectMetadata extends Comparable<ObjectMetadata> {
|
|||
INTELLIGENT_TIERING(Tier.STANDARD),
|
||||
REDUCED_REDUNDANCY(Tier.STANDARD),
|
||||
GLACIER(Tier.ARCHIVE),
|
||||
GLACIER_IR(Tier.ARCHIVE),
|
||||
DEEP_ARCHIVE(Tier.ARCHIVE);
|
||||
|
||||
private final Tier tier;
|
||||
|
|
Loading…
Reference in New Issue