s3_asset_deploy 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 3590e77179d747a7737ad4032877bc1e2f2a219d58005711f70ff737cf107fb5
4
- data.tar.gz: cfc9de4221ce547ddc818d1569b70b3c5ffb6184d79108eec3145534a2361304
3
+ metadata.gz: 482b049a3ae897a8b60fdca1931da6de0fe4558ad5c6e958a0d474bdb6e2439c
4
+ data.tar.gz: 41232f6389b851e70dd95970052bfb3d8a7eb90561cfc613a72cdc2973e21d07
5
5
  SHA512:
6
- metadata.gz: 4a91acae364734b965b2c1176eee978b23fe4244c0ad4c89993f2a52f528a8d2efe6d7652daf4ca50f2e473eab5d9bb153c5af04f1000e3731e3294d0b5737c0
7
- data.tar.gz: d1a6dfd9164072da6aa1acbd5a36e280508e291d525a907b9500e5af76e0b07816da5dc6a60ff6d4dba5d95ddc3e891da44627a526189ebb56d723a251063c9c
6
+ metadata.gz: e8bc7982759a34dbcac1c7b97ff34d3e2ed2a5657465394e4a5c3fdbb9c92deac254b0e27750729fc6d7c99486d4963475785e9f0fa8b6fbaad344993416a440
7
+ data.tar.gz: cc8788fc2dea4b4742c69c7fbc3f042b93eea65f06a79af361e8c5fd6ed83eea5b696448ba2265888fca085d8a89bc9ff5ea83b8c57963493619277fc17927de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.0.2](https://github.com/Loomly/s3_asset_deploy/compare/v1.0.1...v1.0.2) - 2022-09-12
4
+ - Remove `acl` specification when saving removal manifest. Bucket policies should be used instead.
5
+
3
6
  ## [v1.0.1](https://github.com/Loomly/s3_asset_deploy/compare/v1.0.0...v1.0.1) - 2022-02-23
4
7
  - Batch delete API calls with max 1000 keys - [PR #32](https://github.com/Loomly/s3_asset_deploy/pull/32)
5
8
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- s3_asset_deploy (1.0.1)
4
+ s3_asset_deploy (1.0.2)
5
5
  aws-sdk-s3 (~> 1.0)
6
6
  mime-types (~> 3.0)
7
7
 
@@ -9,25 +9,25 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  aws-eventstream (1.2.0)
12
- aws-partitions (1.558.0)
13
- aws-sdk-core (3.126.2)
12
+ aws-partitions (1.628.0)
13
+ aws-sdk-core (3.145.0)
14
14
  aws-eventstream (~> 1, >= 1.0.2)
15
15
  aws-partitions (~> 1, >= 1.525.0)
16
16
  aws-sigv4 (~> 1.1)
17
- jmespath (~> 1.0)
18
- aws-sdk-kms (1.54.0)
19
- aws-sdk-core (~> 3, >= 3.126.0)
17
+ jmespath (~> 1, >= 1.6.1)
18
+ aws-sdk-kms (1.58.0)
19
+ aws-sdk-core (~> 3, >= 3.127.0)
20
20
  aws-sigv4 (~> 1.1)
21
- aws-sdk-s3 (1.112.0)
22
- aws-sdk-core (~> 3, >= 3.126.0)
21
+ aws-sdk-s3 (1.114.0)
22
+ aws-sdk-core (~> 3, >= 3.127.0)
23
23
  aws-sdk-kms (~> 1)
24
24
  aws-sigv4 (~> 1.4)
25
- aws-sigv4 (1.4.0)
25
+ aws-sigv4 (1.5.1)
26
26
  aws-eventstream (~> 1, >= 1.0.2)
27
27
  byebug (11.1.3)
28
28
  coderay (1.1.3)
29
29
  diff-lcs (1.4.4)
30
- jmespath (1.6.0)
30
+ jmespath (1.6.1)
31
31
  method_source (1.0.0)
32
32
  mime-types (3.4.1)
33
33
  mime-types-data (~> 3.2015)
@@ -45,7 +45,6 @@ class S3AssetDeploy::RemovalManifest
45
45
  bucket: bucket_name,
46
46
  key: PATH,
47
47
  body: @manifest.to_json,
48
- acl: "private",
49
48
  content_type: "application/json"
50
49
  })
51
50
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module S3AssetDeploy
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_asset_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loomly
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3