aws-sdk-s3control 1.86.0 → 1.87.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 +10 -1
- data/lib/aws-sdk-s3control.rb +2 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 207369d76d8c3b3fc6e3334b5a74ee46ce3f46bbd02419061044af6a70f1fcf3
|
|
4
|
+
data.tar.gz: 3f9ba9e34e63bedd45fa211aa3cff22992043bd07073cde5e48ce4a6c2c46b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e667400586d9962c617e6ec74498dd78e8d395c026cf2c396f0cc81f62cd2cd0e2f81e15a6562376e12a2f6168a00d1656453be1e45770dd764aa548902355d5
|
|
7
|
+
data.tar.gz: 296d846a27c4493f3d1b66e3eb5c9f1b915ef1a4d3d1b0788d00f6e5aa0d3e78dd1180ba030e867e13d7829443bbf1ecc028dc1803367e88cd294a9aab5a680a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -324,6 +324,15 @@ module Aws::S3Control
|
|
|
324
324
|
#
|
|
325
325
|
# @option options [String] :session_token
|
|
326
326
|
#
|
|
327
|
+
# @option options [Array] :sigv4a_signing_region_set
|
|
328
|
+
# A list of regions that should be signed with SigV4a signing. When
|
|
329
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
|
330
|
+
# in the following locations:
|
|
331
|
+
#
|
|
332
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
|
333
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
|
334
|
+
# * `~/.aws/config`
|
|
335
|
+
#
|
|
327
336
|
# @option options [Boolean] :stub_responses (false)
|
|
328
337
|
# Causes the client to return stubbed responses. By default
|
|
329
338
|
# fake responses are generated and returned. You can specify
|
|
@@ -7602,7 +7611,7 @@ module Aws::S3Control
|
|
|
7602
7611
|
params: params,
|
|
7603
7612
|
config: config)
|
|
7604
7613
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
7605
|
-
context[:gem_version] = '1.
|
|
7614
|
+
context[:gem_version] = '1.87.0'
|
|
7606
7615
|
Seahorse::Client::Request.new(handlers, context)
|
|
7607
7616
|
end
|
|
7608
7617
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
|
+
require 'aws-sigv4'
|
|
12
13
|
|
|
13
14
|
require_relative 'aws-sdk-s3control/types'
|
|
14
15
|
require_relative 'aws-sdk-s3control/client_api'
|
|
@@ -51,6 +52,6 @@ require_relative 'aws-sdk-s3control/customizations'
|
|
|
51
52
|
# @!group service
|
|
52
53
|
module Aws::S3Control
|
|
53
54
|
|
|
54
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.87.0'
|
|
55
56
|
|
|
56
57
|
end
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
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.87.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-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.201.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,21 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.201.0
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: aws-sigv4
|
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '1.5'
|
|
40
|
+
type: :runtime
|
|
41
|
+
prerelease: false
|
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.5'
|
|
33
47
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
|
34
48
|
SDK for Ruby.
|
|
35
49
|
email:
|