Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-s3/lib/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface LifecycleRule {
/**
* One or more transition rules that specify when non-current objects transition to a specified storage class.
*
* Only for for buckets with versioning enabled (or suspended).
* Only for buckets with versioning enabled (or suspended).
*
* If you specify a transition and expiration time, the expiration time
* must be later than the transition time.
Expand Down
Loading