README.md in s3_website-1.5.0 vs README.md in s3_website-1.6.0
- old
+ new
@@ -169,10 +169,34 @@
```yaml
ignore_on_server: that_folder_of_stuff_i_dont_keep_locally
```
+You may also specify the values as a list:
+
+```yaml
+ignore_on_server:
+ - that_folder_of_stuff_i_dont_keep_locally
+ - file_managed_by_somebody_else
+```
+
+### Excluding files from upload
+
+You can instruct `s3_website` not to push certain files:
+
+```yaml
+exclude_from_upload: test
+```
+
+The value can be a regex, and you can specify many of them:
+
+```yaml
+exclude_from_upload:
+ - test
+ - (draft|secret)
+```
+
### Reduced Redundancy
You can reduce the cost of hosting your blog on S3 by using Reduced Redundancy Storage:
* In `s3_website.yml`, set `s3_reduced_redundancy: true`
@@ -395,9 +419,10 @@
* Cory Kaufman-Schofield
* Chris Kelly
* Chris Moos
* David Michael Barr
* Greg Karékinian
+* John Allison
* László Bácsi
* Mason Turner
* Michael Bleigh
* Philippe Creux
* Shigeaki Matsumura