Skip to content

Commit

Permalink
Add a storage class for DeepColdArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiaolong37 authored and huiguangjun committed May 6, 2023
1 parent 1d20b71 commit 8a58d84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/aliyun/oss/model/StorageClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ public enum StorageClass {
*/
ColdArchive("ColdArchive"),

/**
* DeepColdArchive
*/
DeepColdArchive("DeepColdArchive"),

/**
* Unknown
*/
Expand Down

0 comments on commit 8a58d84

Please sign in to comment.