Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Nov 23, 2014
1 parent 7dadfd9 commit 422008e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This project uses [Semantic Versioning](http://semver.org).

## 2.7.0

* Add setting `treat_zero_length_objects_as_redirects`

Before, `s3_website push` always uploaded one zero-length object for each
configured redirect. From now on, you can instruct s3\_website to treat
zero-length S3 objects as existing redirects. If you have a large amount of
redirects on your site, you may find that this feature decreases the duration
of `s3_website push`.

## 2.6.1

* Always invalidate the object */index.html* if the setting `cloudfront_invalidate_root` is on
Expand Down
2 changes: 1 addition & 1 deletion lib/s3_website/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module S3Website
VERSION = '2.6.1'
VERSION = '2.7.0'
end

0 comments on commit 422008e

Please sign in to comment.