Skip to content

Commit 015e300

Browse files
committed
Clarify docs
1 parent b8cf00f commit 015e300

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/docs/r/s3_bucket_lifecycle_configuration.html.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](ht
2828

2929
### With neither a filter nor prefix specified
3030

31-
The Lifecycle rule applies to all objects in the bucket, i.e. it is equivalent to setting an empty `filter` element.
31+
When you don't specify a filter or prefix, the lifecycle rule applies to all objects in the bucket. This has the same effect as setting an empty `filter` element.
3232

33-
This configuration is intended to replicate the default behavior of the `lifecycle_rule`
34-
parameter in the Terraform AWS Provider `aws_s3_bucket` resource prior to `v4.0`.
33+
This configuration maintains compatibility with the default behavior of the `lifecycle_rule` parameter from the `aws_s3_bucket` resource in versions prior to v4.0 of the Terraform AWS Provider.
3534

3635
```terraform
3736
resource "aws_s3_bucket_lifecycle_configuration" "example" {

0 commit comments

Comments
 (0)