Skip to content

Commit

Permalink
JCLOUDS-1634: Add AzureBlob COLD access tier
Browse files Browse the repository at this point in the history
References gaul/s3proxy#625.
  • Loading branch information
gaul committed Apr 14, 2024
1 parent 4435765 commit e1f34bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
public enum AccessTier {
HOT(Tier.STANDARD),
COOL(Tier.INFREQUENT),
COLD(Tier.INFREQUENT),
ARCHIVE(Tier.ARCHIVE);

private final Tier tier;
Expand Down

0 comments on commit e1f34bb

Please sign in to comment.