README.md in s3_website-2.14.3 vs README.md in s3_website-2.15.0
- old
+ new
@@ -144,10 +144,22 @@
```
After changing the `cache_control` setting, push with the `--force` option.
Force-pushing allows you to update the S3 object metadata of existing files.
+### Content type detection
+
+By default, s3_website automatically detects the content type of a file with the help of Apache Tika.
+
+For some file types Tika's auto detection does not work correctly. Should this problem affect you, use the `content_type`
+setting to override Tika's decision:
+
+```yaml
+content_type:
+ "*.myextension": application/my-custom-type
+```
+
### Gzip Compression
If you choose, you can use compress certain file types before uploading them to
S3. This is a recommended practice for maximizing page speed and minimizing
bandwidth usage.
@@ -511,45 +523,10 @@
This gem is created by Lauri Lehmijoki. Without the valuable work of [Philippe
Creux](https://github.com/pcreux) on
[jekyll-s3](https://github.com/laurilehmijoki/jekyll-s3), this project would not
exist.
-Contributors (in alphabetical order)
-* Akshay Karle
-* Alan deLevie
-* Almir Sarajčić
-* Andrew T. Baker
-* Cory Kaufman-Schofield
-* Chris Kelly
-* Chris Moos
-* Christian Grobmeier
-* Christopher Petersen
-* David Michael Barr
-* David Raffensperger
-* Douglas Teoh
-* Greg Karékinian
-* Ian Hattendorf
-* John Allison
-* Jon Frisby
-* Jordan White
-* Justin Latimer
-* László Bácsi
-* Mason Turner
-* Michael Bleigh
-* maxberger
-* Philip I. Thomas
-* Philippe Creux
-* Piotr Janik
-* PJ Kelly
-* Rodrigo Reis
-* Ross Hunter
-* Shigeaki Matsumura
-* stanislas
-* Tate Johnson
-* Toby Marsden
-* Tom Bell
-* Trevor Fitzgerald
-* Zee Spencer
+See the [Contributors](https://github.com/laurilehmijoki/s3_website/graphs/contributors).
## Community articles
* [Deploying websites to FTP or Amazon S3 with BitBucket Pipelines](https://www.savjee.be/2016/06/Deploying-website-to-ftp-or-amazon-s3-with-BitBucket-Pipelines/)