sinofseven / serverless-s3-remover

this is plugin of serverless, before "sls remove", this empties the s3 bucket.
MIT License
39 stars 11 forks source link

Add prompt option #6

Closed k1LoW closed 6 years ago

k1LoW commented 6 years ago

Add prompt option to confirm whether empty the buckets.

custom:
  remover:
    prompt: true # default value is `false`
    buckets:
      - remover-bucket-a
      - remover-bucket-b
screncaptured 2017-10-06 14 22 02