aws-sdk-transfer 1.99.0 → 1.100.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +7 -1
- data/lib/aws-sdk-transfer.rb +1 -1
- 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: 4c93520215d28234b514c62655ac3c50d23d0ea369cbaf968efc3136a005c59c
|
4
|
+
data.tar.gz: 28dd6a272c77279dd17f3c4bcc97844cdcfb97952760ffd9527389f95f839d47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c16a50ddaddd4387e2449d8999f79f1f3e26e69da683839af0a19cc97a4ee1a6b1abcf4982fc3f4c80e89881946d07bd43de3896e1350f57d493aba32ce38ee2
|
7
|
+
data.tar.gz: 25acbc911ec09d23f29c7406209ece23a130c519233826b2330298616290643471f965103c9617e713ac7e24d1f385fc25afde1c6eeadf755349b486b9adf18a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.100.0
|
@@ -432,6 +432,12 @@ module Aws::Transfer
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -4842,7 +4848,7 @@ module Aws::Transfer
|
|
4842
4848
|
tracer: tracer
|
4843
4849
|
)
|
4844
4850
|
context[:gem_name] = 'aws-sdk-transfer'
|
4845
|
-
context[:gem_version] = '1.
|
4851
|
+
context[:gem_version] = '1.100.0'
|
4846
4852
|
Seahorse::Client::Request.new(handlers, context)
|
4847
4853
|
end
|
4848
4854
|
|
data/lib/aws-sdk-transfer.rb
CHANGED
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.100.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-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|