Skip to content

Commit

Permalink
delete lifecycle rules (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycarlton authored May 25, 2021
1 parent a1a8997 commit 512f94b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ public Builder setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule> ru
return this;
}

public Builder deleteLifecycleRules() {
bucketBuilder.deleteLifecycleRules();
return this;
}

public Builder setAcl(Iterable<Acl> acl) {
bucketBuilder.setAcl(acl);
return this;
Expand Down

0 comments on commit 512f94b

Please sign in to comment.