aws-sdk-s3control 1.49.0 → 1.50.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +2 -2
- data/lib/aws-sdk-s3control/types.rb +2 -2
- 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: 3c35775c66b37a125f838c847c0108756c4e260660a93ada6f192d714d78a46d
|
|
4
|
+
data.tar.gz: 20b75cf0c85eb2c0dede56a2440316f7c74821c3882bbda78ee0205bfcdd42ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a775410a0f73800e99735a3605465b1d5cff99381b8e2d36c73deb01855e3d0ff4437c2279ed8b15eab6907b1ca1f193e5d4edfe5d6c27cfd83449cf2d16a998
|
|
7
|
+
data.tar.gz: 6ccf05ad16481f4c49abe3f33c34afae02b23445a09ea4a97ff9bf112149462d65c226a67eb8abcef5421c608f79cfe20f6c9bd66940aa6af765c260af752d92
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.50.0
|
|
@@ -4260,7 +4260,7 @@ module Aws::S3Control
|
|
|
4260
4260
|
#
|
|
4261
4261
|
# Related actions include:
|
|
4262
4262
|
#
|
|
4263
|
-
# * [
|
|
4263
|
+
# * [CreateJob][6]
|
|
4264
4264
|
#
|
|
4265
4265
|
# * [GetJobTagging][1]
|
|
4266
4266
|
#
|
|
@@ -4731,7 +4731,7 @@ module Aws::S3Control
|
|
|
4731
4731
|
params: params,
|
|
4732
4732
|
config: config)
|
|
4733
4733
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
4734
|
-
context[:gem_version] = '1.
|
|
4734
|
+
context[:gem_version] = '1.50.0'
|
|
4735
4735
|
Seahorse::Client::Request.new(handlers, context)
|
|
4736
4736
|
end
|
|
4737
4737
|
|
|
@@ -5570,8 +5570,8 @@ module Aws::S3Control
|
|
|
5570
5570
|
# @!attribute [rw] target_key_prefix
|
|
5571
5571
|
# Specifies the folder prefix into which you would like the objects to
|
|
5572
5572
|
# be copied. For example, to copy objects into a folder named
|
|
5573
|
-
#
|
|
5574
|
-
#
|
|
5573
|
+
# `Folder1` in the destination bucket, set the TargetKeyPrefix to
|
|
5574
|
+
# `Folder1`.
|
|
5575
5575
|
# @return [String]
|
|
5576
5576
|
#
|
|
5577
5577
|
# @!attribute [rw] object_lock_legal_hold_status
|
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.50.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: 2022-
|
|
11
|
+
date: 2022-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|