Is there a way to set <Bucket.autoDeleteObjects> =...
# help
d
Is there a way to set Bucket.autoDeleteObjects === true with
sst.Bucket
?
ö
I guess like this:
Copy code
const bucket = new sst.Bucket(this, 'MyBucket', {
                  s3Bucket: {
                        autoDeleteObjects: true
                  }
            })
d
ah! thanks @Ömer Toraman I missed the dual type