File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project uses [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## 1.5.5
6
+
7
+ * Fix bug that prevented creating new CloudFront distributions in the EU region
8
+
5
9
## 1.5.4
6
10
7
11
* Remove usage of the deprecated OpenSSL::Digest::Digest
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def initialize(location_constraint)
145
145
def location_constraints
146
146
eu_west_1_region = {
147
147
:region => 'EU (Ireland)' ,
148
- :website_hostname => 's3-website-eu-west-1.amazonaws.com' ,
148
+ :website_endpoint => 's3-website-eu-west-1.amazonaws.com' ,
149
149
:endpoint => 's3-eu-west-1.amazonaws.com'
150
150
}
151
151
Original file line number Diff line number Diff line change 1
1
module ConfigureS3Website
2
- VERSION = '1.5.4 '
2
+ VERSION = '1.5.5 '
3
3
end
You can’t perform that action at this time.
0 commit comments