I am trying to create and s3 bucket using the aws-...
# aws
f
I am trying to create and s3 bucket using the aws-native package but its returning an error
using the example code from the docs
Copy code
const s3Bucket = new aws_native.s3.Bucket("s3Bucket", {});
I get the error
Copy code
Diagnostics:
  aws-native:s3:Bucket (s3Bucket):
    error: missing required property 'region'
but region is set both on my aws profile as well as in my pulumi config file and I dont see any way to set it in the resource params, so i dont know what to do
b
ths sounds like a bug, would you mind opening an issue/
f