Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Nov 26, 2024
1 parent 38da03e commit c9a0dc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public static void main(String[] args) {
*/
public static void setLifecycleConfig(S3Client s3, String bucketName, String accountId) {
try {
// Create a rule to archive objects with the "glacierobjects/" prefix to Amazon
// S3 Glacier.
// Create a rule to archive objects with the "glacierobjects/" prefix to the
// S3 Glacier Flexible Retrieval storage class immediately.
LifecycleRuleFilter ruleFilter = LifecycleRuleFilter.builder()
.prefix("glacierobjects/")
.build();
Expand Down

0 comments on commit c9a0dc7

Please sign in to comment.