Just to make sure I'm not missing something, am I ...
# aws
m
Just to make sure I'm not missing something, am I correct in my reading here that the S3 native provider doesn't support configuring a bucket policy (yet)? https://www.pulumi.com/registry/packages/aws-native/api-docs/s3/bucket/
l
Yep. Though you can use the AWS classic BucketPolicy with an AWS native bucket. Same name/id.
You can see the list of resources that AWS supports through AWS native here: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html
Interestingly, S3Outposts' BucketPolicy is supported, but not S3's....