When setting a default removal policy in an SST ap...
# help
c
When setting a default removal policy in an SST app is it possible to also add an
autoDeleteObjects: true
property? https://docs.serverless-stack.com/constructs/App#setting-a-default-removal-policy
t
We actually do this for you
c
Ah, ok. When I run
sst remove
it often fails at removing the stack since it can’t delete the bucket, since it has contents. Is there something else I should look at that could be causing this?
t
Hm we actually have a script that's supposed to run and delete all the objects in the bucket. Let me look into it
c
Thanks Dax. I can share some more details on what’s happening next time I hit it as well