configure-s3-website 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 111bfecfa67b90d0e0c98f6e04b7707113208c42
4
- data.tar.gz: a53ad918b31262c7a43147a485297a149ae679fd
3
+ metadata.gz: f6ebecc5d22db91a567620a0cb79d73863d33c44
4
+ data.tar.gz: 3faeed2fc0e5b1ee796c74b96b720599cc155aea
5
5
  SHA512:
6
- metadata.gz: 84c8b875c875a91fe6675b803ca3da2f8ce17f16c03606c25f20f7ba261553f1f62e49d20e9b4edad981d1169d9fbe6c8042fea56d50d7d41b216d2e7f557738
7
- data.tar.gz: 8454fcc5c0aa51bc25ad4db4fb3bd8c456b5d16e8b07568d54a56471f3c21ce2ca73f21ea7ed9eb9d64611b04ae50e0ffa510bbd7244691b85ec1b86320bfdc2
6
+ metadata.gz: a569a78fb00b8aa1bde691e78d299d9a643e842e1f1d96d121ba1d93db637011ffbf78acaa7367c5bfad558b162754f2b566745ac04675d1736c891c24185a1d
7
+ data.tar.gz: be636a2656b7554314c60cbedfe3063d52fd60c981af74a9482534c4d24364685ec931f90ffda3af60a4944ee14df855c3f529480e2b078aa4ae761a36e91041
@@ -2,6 +2,12 @@
2
2
 
3
3
  This project uses [Semantic Versioning](http://semver.org).
4
4
 
5
+ ## 1.7.1
6
+
7
+ * Change CloudFront `OriginProtocolPolicy` to `http-only`
8
+
9
+ See <https://github.com/laurilehmijoki/s3_website/issues/152> for discussion.
10
+
5
11
  ## 1.7.0
6
12
 
7
13
  * Add eu-central-1 Region
@@ -125,7 +125,7 @@ module ConfigureS3Website
125
125
  <CustomOriginConfig>
126
126
  <HTTPPort>80</HTTPPort>
127
127
  <HTTPSPort>443</HTTPSPort>
128
- <OriginProtocolPolicy>match-viewer</OriginProtocolPolicy>
128
+ <OriginProtocolPolicy>http-only</OriginProtocolPolicy>
129
129
  </CustomOriginConfig>
130
130
  </Origin>
131
131
  </Items>
@@ -1,3 +1,3 @@
1
1
  module ConfigureS3Website
2
- VERSION = '1.7.0'
2
+ VERSION = '1.7.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configure-s3-website
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lauri Lehmijoki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-25 00:00:00.000000000 Z
11
+ date: 2015-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deep_merge