aws-sdk-s3control 1.45.0 → 1.46.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +1 -1
- data/lib/aws-sdk-s3control/types.rb +7 -6
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6e842040f94c5cd10bba9d0a8ea2f3ed85f03241ec21745ad75261f4af99fb3
|
4
|
+
data.tar.gz: 22924fde9de1c9e09effcc8d2cdb70961f27733bf04a0bb9305c49cc11027120
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49a50b3411817fe22a1f206f484d9cb25d6d5c72fd5adcf3cc27ebdc0088a5aa6353e7146703d2117bccdab5f8daeca4b5791e5f6405df29a72bbe9dd5a19b90
|
7
|
+
data.tar.gz: 8d9c932eb5f11828c7cc001d6170783e420d87329030a27c73dc2ccf9a303e3515b991b7387f13ea8468700c4d093c35cb2c56766b8a268804a14b3f4136eefa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
5527
|
-
# Archive object remains available in Amazon S3. S3
|
5528
|
-
# Object jobs that target S3 Glacier
|
5529
|
-
#
|
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
|
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
|
data/lib/aws-sdk-s3control.rb
CHANGED
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.
|
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:
|
11
|
+
date: 2022-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|