Closed jneves closed 6 months ago
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Originally from: https://github.com/Miserlou/Zappa/issues/1811 by tay-bird
Description
This PR adds:
the custom setting
delete_s3_bucket
, which will delete the s3 bucket at the end of a deploy or update. The default value of the new setting isFalse
to ensure there is no behaviour change for existing projects.a new assertion in the
tests_placebo.py:TestZappa.test_upload_remove_s3
test case.a line in the README to reflect the new setting.
GitHub Issues
https://github.com/Miserlou/Zappa/issues/1643