crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

Fix documentation of `rule.filter.prefix` field for `BucketLifecycleConfiguration.s3` #1331

Closed turkenf closed 1 month ago

turkenf commented 1 month ago

Description of your changes

This PR fixes the documentation of rule.filter.prefix and rule.filter.and.prefix fields for BucketLifecycleConfiguration.s3.

The field that will be deprecated is the rule.prefix argument, somehow the document was generated incorrectly for rule.filter.prefix and rule.filter.and.prefix arguments.

Fixes: https://github.com/crossplane-contrib/provider-upjet-aws/issues/885

I have:

applike-ss commented 1 month ago

i just realized that also rule.filter.and.prefix is also not deprecated

turkenf commented 1 month ago

i just realized that also rule.filter.and.prefix is also not deprecated

I just noticed it too, thanks for catching it, updated.