Hi, when i put object to aws s3, it give me these ...
# general
h
Hi, when i put object to aws s3, it give me these Diagnostics:
Copy code
Diagnostics:
  aws:s3:BucketObject (assets/NOTICES):
    warning: urn:pulumi:dev::relation-website::aws:s3/bucketObject:BucketObject::assets/NOTICES verification warning: Argument is deprecated
    warning: urn:pulumi:dev::relation-website::aws:s3/bucketObject:BucketObject::assets/NOTICES verification warning: Argument is deprecated
how to avoid ?
l
If I see this commit from 4 days ago, I think you need to update the version of the
aws
provider to get rid of these: https://github.com/pulumi/pulumi-aws/commit/48b1ffb934fea07c2b685d45d39ee81a39812dd5
v5.2.0 is released 3 days ago, so that release should include this commit. https://github.com/pulumi/pulumi-aws/releases
1