aws-sdk-s3 1.21.0 → 1.22.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-s3.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 043bc1a87c926560bc93862b19600c455a33cb1e
|
|
4
|
+
data.tar.gz: 93c9e1a7dec56dfec76bbf5d7383eedd1ef4778a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a75511ecd1e2fb4f39ee6c78d7ede205990780c17ad394e15d3ac65f84cccc8e0c09368bbc05e7a60d6b0ad97c1861ba91de55a1149f2c5dd1deedc955f6306
|
|
7
|
+
data.tar.gz: b3c887f6edd4b604a3e085f3a84d1b9d671fa87bfea7bb1a3f5c173dfca5b60cb19c5eee644563c8364efbb2a8989662889e3c38c9a2e10022d746b4a178f160
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -124,19 +124,19 @@ module Aws::S3
|
|
|
124
124
|
#
|
|
125
125
|
# @option options [String] :access_key_id
|
|
126
126
|
#
|
|
127
|
-
# @option options [] :client_side_monitoring (false)
|
|
127
|
+
# @option options [Boolean] :client_side_monitoring (false)
|
|
128
128
|
# When `true`, client-side metrics will be collected for all API requests from
|
|
129
129
|
# this client.
|
|
130
130
|
#
|
|
131
|
-
# @option options [] :client_side_monitoring_client_id ("")
|
|
131
|
+
# @option options [String] :client_side_monitoring_client_id ("")
|
|
132
132
|
# Allows you to provide an identifier for this client which will be attached to
|
|
133
133
|
# all generated client side metrics. Defaults to an empty string.
|
|
134
134
|
#
|
|
135
|
-
# @option options [] :client_side_monitoring_port (31000)
|
|
135
|
+
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
136
136
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
137
137
|
# agent is running on, where client metrics will be published via UDP.
|
|
138
138
|
#
|
|
139
|
-
# @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
|
139
|
+
# @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
|
140
140
|
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
|
141
141
|
# will use the Client Side Monitoring Agent Publisher.
|
|
142
142
|
#
|
|
@@ -6450,7 +6450,7 @@ module Aws::S3
|
|
|
6450
6450
|
params: params,
|
|
6451
6451
|
config: config)
|
|
6452
6452
|
context[:gem_name] = 'aws-sdk-s3'
|
|
6453
|
-
context[:gem_version] = '1.
|
|
6453
|
+
context[:gem_version] = '1.22.0'
|
|
6454
6454
|
Seahorse::Client::Request.new(handlers, context)
|
|
6455
6455
|
end
|
|
6456
6456
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.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: 2018-10-
|
|
11
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|