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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cb02c38b2c63293b68f27caf2457db9104a248e97b53083961058bd26ff339d
4
- data.tar.gz: 330ca09c63c5b2c41fb37c5719c23d27d922fe7c07327190810542d562506445
3
+ metadata.gz: 3c35775c66b37a125f838c847c0108756c4e260660a93ada6f192d714d78a46d
4
+ data.tar.gz: 20b75cf0c85eb2c0dede56a2440316f7c74821c3882bbda78ee0205bfcdd42ba
5
5
  SHA512:
6
- metadata.gz: a8bad92325555664ef66732d7766ee67087155d97644c28f85d1208cf1892b5a58e5aa7b252867cec083c9365e3161a97587e71dfdb7b103099cea8bb2470ed8
7
- data.tar.gz: 5458363f38b23a5d1004475c5992e0a8236a21e99498b520bd53bb1ff7c76719772a62dfca77dc2321c59740e9d62048d0b78a4ba8eddc0f0fcf7909663400c8
6
+ metadata.gz: a775410a0f73800e99735a3605465b1d5cff99381b8e2d36c73deb01855e3d0ff4437c2279ed8b15eab6907b1ca1f193e5d4edfe5d6c27cfd83449cf2d16a998
7
+ data.tar.gz: 6ccf05ad16481f4c49abe3f33c34afae02b23445a09ea4a97ff9bf112149462d65c226a67eb8abcef5421c608f79cfe20f6c9bd66940aa6af765c260af752d92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2022-04-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update for doc bug fixes for the S3 Control API docs.
8
+
4
9
  1.49.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -4260,7 +4260,7 @@ module Aws::S3Control
4260
4260
  #
4261
4261
  # Related actions include:
4262
4262
  #
4263
- # * [CreatJob][6]
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.49.0'
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
- # "Folder1" in the destination bucket, set the TargetKeyPrefix to
5574
- # "Folder1/".
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
@@ -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.49.0'
51
+ GEM_VERSION = '1.50.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.49.0
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-02-24 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4