aws-sdk-s3control 1.89.0 → 1.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +7 -1
- data/lib/aws-sdk-s3control.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: a858813b3b4c39b9d0670e96cb0dfcb1fe46b6c2da8023ab5f5018f7b1bd81e8
|
|
4
|
+
data.tar.gz: 7db91414b76c93fe0ffa3396176d28a710e892eff1a27cf9ce903f3f01f8ff41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b1196e48cdc8bd6522015d0bf69c32d3d6993a639fc0bcc559f4305d6daf36d7493c41db3dcea0a5d87df8404c27973cbc6cacf5df5ebd965a76ff0a57fbfac
|
|
7
|
+
data.tar.gz: c1e3ee1327f51d62448619a4f6ee95c1a382e2c533d88c67877ed859131b623fdeea52124a75e24bf77d010e8bc6d7488ee5a76ee796c932123a26b50c28a18c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.90.0
|
|
@@ -437,6 +437,12 @@ module Aws::S3Control
|
|
|
437
437
|
# @option options [String] :ssl_ca_store
|
|
438
438
|
# Sets the X509::Store to verify peer certificate.
|
|
439
439
|
#
|
|
440
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
441
|
+
# Sets a client certificate when creating http connections.
|
|
442
|
+
#
|
|
443
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
444
|
+
# Sets a client key when creating http connections.
|
|
445
|
+
#
|
|
440
446
|
# @option options [Float] :ssl_timeout
|
|
441
447
|
# Sets the SSL timeout in seconds
|
|
442
448
|
#
|
|
@@ -7713,7 +7719,7 @@ module Aws::S3Control
|
|
|
7713
7719
|
tracer: tracer
|
|
7714
7720
|
)
|
|
7715
7721
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
7716
|
-
context[:gem_version] = '1.
|
|
7722
|
+
context[:gem_version] = '1.90.0'
|
|
7717
7723
|
Seahorse::Client::Request.new(handlers, context)
|
|
7718
7724
|
end
|
|
7719
7725
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
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.90.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
|