https://pulumi.com logo
Title
m

melodic-lifeguard-90736

11/22/2021, 4:20 PM
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

little-cartoon-10569

11/22/2021, 7:43 PM
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....