Skip to content

Commit 8a58d84

Browse files
zhuxiaolong37huiguangjun
authored andcommitted
Add a storage class for DeepColdArchive
1 parent 1d20b71 commit 8a58d84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/aliyun/oss/model/StorageClass.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ public enum StorageClass {
4444
*/
4545
ColdArchive("ColdArchive"),
4646

47+
/**
48+
* DeepColdArchive
49+
*/
50+
DeepColdArchive("DeepColdArchive"),
51+
4752
/**
4853
* Unknown
4954
*/

0 commit comments

Comments
 (0)