This message was deleted.
# general
s
This message was deleted.
h
Copy code
const mybucket = new aws.s3.Bucket("my-bucket", {
    forceDestroy: true
});


export const bucketName = mybucket.bucket; // create a stack export for bucket name
b
is that the actual bucket name? the API docs say it's the ARN
h
Yes, I believe it's the actual bucket name
t
It is the bucket name
🙂 1