aws-sdk-transfer 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-transfer.rb +1 -1
- data/lib/aws-sdk-transfer/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: dde682003e74678622f1fd6ae5dcd739d8b2478d5ae4c75c09ff4aa806628eb7
|
4
|
+
data.tar.gz: 66f9b6808e404b0519bf94d9ac2baafe942c4c3d9f960d3eabea060833b28566
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f3f787a5aa0511e3bd882a082d19091c903c84a027612c8b7fcbd7f7f687e988daeb466d7f3f82d2974a7a80d914f7df33e1022fcf859d6c11fb490100a3a90
|
7
|
+
data.tar.gz: 5e7db0995baf2140beee3c5bd15d9b29397e2b30b60bd59d70af96abaeba21a0cc1a7bb80daddfb17976d78481e248211db4b7fe3f84806a0943f9804c3c8f52
|
data/lib/aws-sdk-transfer.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Transfer
|
|
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::Transfer
|
|
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
|
@@ -1444,7 +1444,7 @@ module Aws::Transfer
|
|
1444
1444
|
params: params,
|
1445
1445
|
config: config)
|
1446
1446
|
context[:gem_name] = 'aws-sdk-transfer'
|
1447
|
-
context[:gem_version] = '1.
|
1447
|
+
context[:gem_version] = '1.19.0'
|
1448
1448
|
Seahorse::Client::Request.new(handlers, context)
|
1449
1449
|
end
|
1450
1450
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transfer
|
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-
|
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
|