<@UD2HJDBCL>BTW for the fixed S3 bucket name, I ha...
# general
h
@busy-umbrella-36067BTW for the fixed S3 bucket name, I had to use:
Copy code
const bucket = new aws.s3.Bucket("my-bucket", { bucket: "my-bucket" });
(just
bucket
option instead of
name
)