aws-sdk-s3control 1.63.0 → 1.64.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 +6 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f80bb4864b3f2c33df351bc692406fc08f369d65c18e3efe40db8c9ecf81820
|
|
4
|
+
data.tar.gz: fe953bc95b2a9058ba88384c5931c13f1f2c870a9ef5e0cd947f6b886ba9ecdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72816bf6162871ca8453622bfc3b57f2b9bbb330aa53bb01fbf4ed7034c7fdd68f01aa4a63a96799230cea97a329f832c0837360a2f49e9468ba467251f9a6fb
|
|
7
|
+
data.tar.gz: f53352f71df2c88c7e36694faf041c7ab0777dda50db971fab2f19d78124910adbe91bb526b213b19492e983b08b5f3db0eff0eeb432deb06591648e1d62dfc9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
|
@@ -287,6 +287,11 @@ module Aws::S3Control
|
|
|
287
287
|
# for cross-region requests to be made. Set to `false` to use the
|
|
288
288
|
# client's region instead.
|
|
289
289
|
#
|
|
290
|
+
# @option options [String] :sdk_ua_app_id
|
|
291
|
+
# A unique and opaque application ID that is appended to the
|
|
292
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
293
|
+
# maximum length of 50.
|
|
294
|
+
#
|
|
290
295
|
# @option options [String] :secret_access_key
|
|
291
296
|
#
|
|
292
297
|
# @option options [String] :session_token
|
|
@@ -5548,7 +5553,7 @@ module Aws::S3Control
|
|
|
5548
5553
|
params: params,
|
|
5549
5554
|
config: config)
|
|
5550
5555
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
5551
|
-
context[:gem_version] = '1.
|
|
5556
|
+
context[:gem_version] = '1.64.0'
|
|
5552
5557
|
Seahorse::Client::Request.new(handlers, context)
|
|
5553
5558
|
end
|
|
5554
5559
|
|
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.64.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: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '3'
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 3.
|
|
36
|
+
version: 3.174.0
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '3'
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 3.
|
|
46
|
+
version: 3.174.0
|
|
47
47
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
|
48
48
|
SDK for Ruby.
|
|
49
49
|
email:
|