aws-sdk-s3control 1.9.0 → 1.10.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/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +5 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb2b1be617e7d38d4e32aa31a288c1ef661c0eb6
|
|
4
|
+
data.tar.gz: 9733627c46a23020522f6f84ecb68554686cd738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26ffa083299388f4d7a7446908d50125edc0eec5e7947b6c1a920272c4ef75b794d72898ff625686d77199d9fd086bdb6d54766a8a3ce9f671a8a60f876498c9
|
|
7
|
+
data.tar.gz: 710accc03a4010d72a04371bd07c7882618ab14d771b3c767f840e722cdc16d1b019da340c1a65e38ca0b291d933461eed171997f7f49e7af14d28887111e7a8
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -122,6 +122,10 @@ module Aws::S3Control
|
|
|
122
122
|
# Allows you to provide an identifier for this client which will be attached to
|
|
123
123
|
# all generated client side metrics. Defaults to an empty string.
|
|
124
124
|
#
|
|
125
|
+
# @option options [String] :client_side_monitoring_host ("127.0.0.1")
|
|
126
|
+
# Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
|
|
127
|
+
# side monitoring agent is running on, where client metrics will be published via UDP.
|
|
128
|
+
#
|
|
125
129
|
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
126
130
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
127
131
|
# agent is running on, where client metrics will be published via UDP.
|
|
@@ -775,7 +779,7 @@ module Aws::S3Control
|
|
|
775
779
|
params: params,
|
|
776
780
|
config: config)
|
|
777
781
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
778
|
-
context[:gem_version] = '1.
|
|
782
|
+
context[:gem_version] = '1.10.0'
|
|
779
783
|
Seahorse::Client::Request.new(handlers, context)
|
|
780
784
|
end
|
|
781
785
|
|
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.10.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: 2019-
|
|
11
|
+
date: 2019-06-17 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.56.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.56.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:
|