aws-sdk-s3control 1.17.0 → 1.18.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 +3 -3
- 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: ed45cc6bc99bb6eaff2309ff7f97961ceef9a09d6aef318158c62668e75a3fc1
|
4
|
+
data.tar.gz: be4641408d717c147d3d186e012514d8db9e9ba1273c9026c6b5fc3b281f5428
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9e23f51ac6ae9e1e4d5dec4c94e52b9fb65e58face91d8b14d2b6c506128fc999f5856328cf2189dbb7864f57c348c256f54cff8ac40a30becc046a2f2acf3d
|
7
|
+
data.tar.gz: 62419f9038edecd9f266e309f86aba20f254a0070536c840b3b91d5d2254eaff039c71ceb4b808cd289e8d1279e7ec336f03669b187a3ba34ad8c49a12fef70e
|
data/lib/aws-sdk-s3control.rb
CHANGED
@@ -111,7 +111,7 @@ module Aws::S3Control
|
|
111
111
|
# @option options [required, String] :region
|
112
112
|
# The AWS region to connect to. The configured `:region` is
|
113
113
|
# used to determine the service `:endpoint`. When not passed,
|
114
|
-
# a default `:region` is
|
114
|
+
# a default `:region` is searched for in the following locations:
|
115
115
|
#
|
116
116
|
# * `Aws.config[:region]`
|
117
117
|
# * `ENV['AWS_REGION']`
|
@@ -167,7 +167,7 @@ module Aws::S3Control
|
|
167
167
|
# @option options [String] :endpoint
|
168
168
|
# The client endpoint is normally constructed from the `:region`
|
169
169
|
# option. You should only configure an `:endpoint` when connecting
|
170
|
-
# to test endpoints. This should be
|
170
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
171
171
|
#
|
172
172
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
173
173
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -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.18.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.18.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-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|