aws-sdk-s3control 1.81.0 → 1.82.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 +4 -3
- 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: 3d8419cd8e2a0ff4ee69b8ecd2330011181bc85d53c365eff4db553a7c675995
|
|
4
|
+
data.tar.gz: 316e8612c2415972f99198f02f57196eb79c435b4fb948eff24454678cd1a7a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9f1f6750cbcd1c61e0fb05933b092a91b53e2a6c355d5c8458e96b6915eef22dc0ed0be82eeab450d64f6b1f079a8c3f0f9d5e2b7c98758c50b269ad365259b
|
|
7
|
+
data.tar.gz: 284cb71d3aaf347d92e70d0c72d32a7582da3daaf4be06562abf94c0b6e30e6317862c80fbf625d5b6fcea99679f0332ddfe7db4b508a323878f4213bc713b22
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -313,8 +313,9 @@ module Aws::S3Control
|
|
|
313
313
|
#
|
|
314
314
|
# @option options [String] :sdk_ua_app_id
|
|
315
315
|
# A unique and opaque application ID that is appended to the
|
|
316
|
-
# User-Agent header as app
|
|
317
|
-
# maximum length of 50.
|
|
316
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
317
|
+
# maximum length of 50. This variable is sourced from environment
|
|
318
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
318
319
|
#
|
|
319
320
|
# @option options [String] :secret_access_key
|
|
320
321
|
#
|
|
@@ -7598,7 +7599,7 @@ module Aws::S3Control
|
|
|
7598
7599
|
params: params,
|
|
7599
7600
|
config: config)
|
|
7600
7601
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
7601
|
-
context[:gem_version] = '1.
|
|
7602
|
+
context[:gem_version] = '1.82.0'
|
|
7602
7603
|
Seahorse::Client::Request.new(handlers, context)
|
|
7603
7604
|
end
|
|
7604
7605
|
|
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.82.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: 2024-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|