Hey, I get warnings when using the `aws.s3.BucketL...
# aws
a
Hey, I get warnings when using the
aws.s3.BucketLifecycleConfigurationV2
, it says
prefix is deprecated. Use filter instead
. It does say in the docs that prefix is deprecated and it will default to it. I tried specifying an empty filter as mentioned in the terraform docs, but it still seems to default to prefix and send the warning. Is there another way to get rid of the warnings? edit: nvm, I made a mistake specifying the empty filter. edit2: I take my last edit back, I still get the warning. I even tried setting
filter=aws.s3.BucketLifecycleConfigurationV2RuleFilterArgs(object_size_greater_than=0)
.
I don't really understand why this happens. I guess I will try to create a minimal example and create an issue. I even tried setting
prefix=None
specifically, but I still run into this.
s
yes same here, ive ignored it for now.
a