aws-sdk-s3control 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +2 -2
- 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: ef14b068e46c65dcac89cc4f4f56fd33a88226a856748601e4bb8e552c47145d
|
4
|
+
data.tar.gz: de128a6e4522186a802c32832234ccb4df33ba848e2e4038c36df857221c8e08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32f03550593b6849d99201cebb8946cb465752ac7aa60807b806659ff760b528318c1e8c87c8edaca3b6fe662f2861eec0d79a3b007402325ff6e57d8e64c6ed
|
7
|
+
data.tar.gz: b92f3f07bc811f044fe1a04ff9c52306d26ed49c9513ccabd8fa34df47ebe40eb9f44351248c4b1d8cfc158ee5d981d979d66243c678e460167922e9e75e44cb
|
data/lib/aws-sdk-s3control.rb
CHANGED
@@ -182,7 +182,7 @@ module Aws::S3Control
|
|
182
182
|
# requests fetching endpoints information. Defaults to 60 sec.
|
183
183
|
#
|
184
184
|
# @option options [Boolean] :endpoint_discovery (false)
|
185
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
185
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
186
186
|
#
|
187
187
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
188
188
|
# The log formatter.
|
@@ -1481,7 +1481,7 @@ module Aws::S3Control
|
|
1481
1481
|
params: params,
|
1482
1482
|
config: config)
|
1483
1483
|
context[:gem_name] = 'aws-sdk-s3control'
|
1484
|
-
context[:gem_version] = '1.
|
1484
|
+
context[:gem_version] = '1.19.0'
|
1485
1485
|
Seahorse::Client::Request.new(handlers, context)
|
1486
1486
|
end
|
1487
1487
|
|
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.19.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|