We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181463a commit b005709Copy full SHA for b005709
1 file changed
website/source/docs/state/remote/s3.html.md
@@ -14,6 +14,10 @@ Stores the state as a given key in a given bucket on [Amazon S3](https://aws.ama
14
make them included in cleartext inside the persisted state.
15
Use of environment variables or config file is recommended.
16
17
+~> **Warning!** It is highly recommended to enable
18
+[Bucket Versioning](http://docs.aws.amazon.com/AmazonS3/latest/UG/enable-bucket-versioning.html)
19
+on the S3 bucket to allow for state recovery in the case of accidental deletions and human error.
20
+
21
## Example Usage
22
23
```
0 commit comments