serverless-client-s3
serverless-client-s3 copied to clipboard
Is deleting the bucket contents always necessary?
I have a (possibly weird) use case where I am using this plugin to put some static assets into a bucket but also have another event that'll put content in the same bucket on a regular basis as well. Having the bucket contents get deleted anytime I do a sls client deploy
doesn't work with that workflow. Is there a way to keep things from being overwritten on each deploy?