aws-sdk-s3control 1.45.0 → 1.46.0

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: 394461af3889dea962fb922b10acb064fbeb43636554532a2d60dd196033f1f9
4
- data.tar.gz: e934049e756a8eb3b6c4ca9f1a9ef205e7e42d1871bcb7b8ab4ba509d5135609
3
+ metadata.gz: f6e842040f94c5cd10bba9d0a8ea2f3ed85f03241ec21745ad75261f4af99fb3
4
+ data.tar.gz: 22924fde9de1c9e09effcc8d2cdb70961f27733bf04a0bb9305c49cc11027120
5
5
  SHA512:
6
- metadata.gz: 974ad600e1cbc80d0441c6fed958d1dd1d913c59d1980afee5e7652c3267607b79c57191dcd4e294c0162bb24b70ae6645013acb1aa28abd75cea5e469b77ee2
7
- data.tar.gz: 1291604cfef869f2ee8b4ba57e2ac4629bda6b0bfc00e45ace1443e11fc65e5e59e50abe88270941e8ad93fe49936eb70badc257f651b2ce728346f52b2f1bdc
6
+ metadata.gz: 49a50b3411817fe22a1f206f484d9cb25d6d5c72fd5adcf3cc27ebdc0088a5aa6353e7146703d2117bccdab5f8daeca4b5791e5f6405df29a72bbe9dd5a19b90
7
+ data.tar.gz: 8d9c932eb5f11828c7cc001d6170783e420d87329030a27c73dc2ccf9a303e3515b991b7387f13ea8468700c4d093c35cb2c56766b8a268804a14b3f4136eefa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2022-01-04)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for the renaming of Glacier to Glacier Flexible Retrieval.
8
+
4
9
  1.45.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -4672,7 +4672,7 @@ module Aws::S3Control
4672
4672
  params: params,
4673
4673
  config: config)
4674
4674
  context[:gem_name] = 'aws-sdk-s3control'
4675
- context[:gem_version] = '1.45.0'
4675
+ context[:gem_version] = '1.46.0'
4676
4676
  Seahorse::Client::Request.new(handlers, context)
4677
4677
  end
4678
4678
 
@@ -5523,10 +5523,11 @@ module Aws::S3Control
5523
5523
  # }
5524
5524
  #
5525
5525
  # @!attribute [rw] expiration_in_days
5526
- # This argument specifies how long the S3 Glacier or S3 Glacier Deep
5527
- # Archive object remains available in Amazon S3. S3 Initiate Restore
5528
- # Object jobs that target S3 Glacier and S3 Glacier Deep Archive
5529
- # objects require `ExpirationInDays` set to 1 or greater.
5526
+ # This argument specifies how long the S3 Glacier Flexible Retrieval
5527
+ # or S3 Glacier Deep Archive object remains available in Amazon S3. S3
5528
+ # Initiate Restore Object jobs that target S3 Glacier Flexible
5529
+ # Retrieval and S3 Glacier Deep Archive objects require
5530
+ # `ExpirationInDays` set to 1 or greater.
5530
5531
  #
5531
5532
  # Conversely, do *not* set `ExpirationInDays` when creating S3
5532
5533
  # Initiate Restore Object jobs that target S3 Intelligent-Tiering
@@ -5535,8 +5536,8 @@ module Aws::S3Control
5535
5536
  # expiry, so specifying `ExpirationInDays` results in restore request
5536
5537
  # failure.
5537
5538
  #
5538
- # S3 Batch Operations jobs can operate either on S3 Glacier and S3
5539
- # Glacier Deep Archive storage class objects or on S3
5539
+ # S3 Batch Operations jobs can operate either on S3 Glacier Flexible
5540
+ # Retrieval and S3 Glacier Deep Archive storage class objects or on S3
5540
5541
  # Intelligent-Tiering Archive Access and Deep Archive Access storage
5541
5542
  # tier objects, but not both types in the same job. If you need to
5542
5543
  # restore objects of both types you *must* create separate Batch
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4