cloudformation-tool 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac5589ca79030ad6b8bb16395854f58d79c58904370b94ee67f29da4f44ac57d
4
- data.tar.gz: 71f737015c3b9fe2bd453a126f00fcee6609186ede91a69b38169059c500ff4e
3
+ metadata.gz: 1ae64b65c455a7191ad9b62db94567604772ecbf2bb0b9fa53dc07c95e6138e1
4
+ data.tar.gz: d2d57d4ef02e6f6caec467cfcc87097a8d67d7e1f0ddadfc332f0297d1564572
5
5
  SHA512:
6
- metadata.gz: f1bf4c2f26991dbb5f7c65d5dec2ccecf7c5863ff6a6a03cfa88a95f36866152b3d432250daf70f58fbf6b6ee3d8f1e155c738b1690be318acda6f32d8fd77aa
7
- data.tar.gz: ad35810e3407e22b430373ae88cd9005d41d8e58124b70a85a62930354e90e515c745b833310825dbca6b309c5d5014895cf252e437ae00988e6817996774532
6
+ metadata.gz: c9f902b5a4aaaaccff67142bdf8f48328a090471ff4dc44971aad84b3bb1d38e56ae87a629b73e078ab23a56ebe1fc0567941a2a98e0bd730512167c2fe1bf1d
7
+ data.tar.gz: c51731a28eba836d2e1bc6f2853adec569597faa8c417b2df161df2b3b49e4983ed1c938a25229888c17d92aca0005c37665468db0788229035b4c4627e6f588
@@ -32,7 +32,7 @@ module CloudFormationTool
32
32
  # no such luck, we need to actually upload the file
33
33
  o = b.object("cf-compiled/#{prefix}/#{path}")
34
34
  file_opts = {
35
- acl: 'bucket-owner-full-control',
35
+ acl: 'public-read',
36
36
  body: content,
37
37
  content_disposition: 'attachment',
38
38
  content_type: mime_type,
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '1.5.3'
2
+ VERSION = '1.5.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-30 00:00:00.000000000 Z
11
+ date: 2023-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake