aws-sdk-s3control 1.19.0 → 1.20.1
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 +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b31307a6c1fd17543c7c319f89778a8365690b47817145331f64b88bf48d4a49
|
4
|
+
data.tar.gz: aed2f6a5a5c54e054c3a07a6d536cadd71e183c01e0c00abf2e304f3dab294cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d300acbc4e73c16bc9ff66f14bdc5c9954a18bebebf5d5eeadd652f4ba6c37bf1ce3b3550a54338068d3bd5cc46d1d91f664d02f0e1285762a90aa41afb4e0a5
|
7
|
+
data.tar.gz: 6d58e0a902109da60f216d51821ba7c879a8ca1890c97358bb923fa25b1f8c4ed23ba532efdcb048016535df565c0e30e162dea0c30ae4677128f3b8ba206afc
|
data/lib/aws-sdk-s3control.rb
CHANGED
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
24
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
25
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
26
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
27
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
28
|
require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
|
28
29
|
require 'aws-sdk-s3control/plugins/s3_control_dns.rb'
|
29
30
|
require 'aws-sdk-s3control/plugins/s3_signer.rb'
|
@@ -72,6 +73,7 @@ module Aws::S3Control
|
|
72
73
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
73
74
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
74
75
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
75
77
|
add_plugin(Aws::Plugins::Protocols::RestXml)
|
76
78
|
add_plugin(Aws::S3Control::Plugins::S3ControlDns)
|
77
79
|
add_plugin(Aws::S3Control::Plugins::S3Signer)
|
@@ -167,7 +169,7 @@ module Aws::S3Control
|
|
167
169
|
# @option options [String] :endpoint
|
168
170
|
# The client endpoint is normally constructed from the `:region`
|
169
171
|
# option. You should only configure an `:endpoint` when connecting
|
170
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
172
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
171
173
|
#
|
172
174
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
173
175
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -1481,7 +1483,7 @@ module Aws::S3Control
|
|
1481
1483
|
params: params,
|
1482
1484
|
config: config)
|
1483
1485
|
context[:gem_name] = 'aws-sdk-s3control'
|
1484
|
-
context[:gem_version] = '1.
|
1486
|
+
context[:gem_version] = '1.20.1'
|
1485
1487
|
Seahorse::Client::Request.new(handlers, context)
|
1486
1488
|
end
|
1487
1489
|
|
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.20.1
|
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-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.99.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.99.0
|
47
47
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
48
48
|
SDK for Ruby.
|
49
49
|
email:
|