aws-sdk-snowball 1.25.0 → 1.26.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-snowball.rb +1 -1
- data/lib/aws-sdk-snowball/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: 6ce14313157f8433d0ce95327b36cf3fa55a84a1f6f6a848874881415d9228e6
|
4
|
+
data.tar.gz: 176068a6b1f62684d1eca250eb0f647441814740426a265ff31f10f33cae2576
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12907929f91113eef8687dbe73f702ca755e9105e23384fe8c3834cdc0bd448bc7cf0aafa3b2f01f9c4daf9a70860a629efe8da9f8100365671dc8a2336f6836
|
7
|
+
data.tar.gz: e9401ae1cf6ef448febf7a757902e6a1f3ced4bf7fee46b21421524db66906ba2f0adc27757aef0e728a88e1f1697c90f9abe019c67835e72c97cd1130fbb941
|
data/lib/aws-sdk-snowball.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Snowball
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::Snowball
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -1965,7 +1965,7 @@ module Aws::Snowball
|
|
1965
1965
|
params: params,
|
1966
1966
|
config: config)
|
1967
1967
|
context[:gem_name] = 'aws-sdk-snowball'
|
1968
|
-
context[:gem_version] = '1.
|
1968
|
+
context[:gem_version] = '1.26.0'
|
1969
1969
|
Seahorse::Client::Request.new(handlers, context)
|
1970
1970
|
end
|
1971
1971
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-snowball
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.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-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|