aws-sdk-s3 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0796e888ded13f1474c4ea7bf138491396266c0
4
- data.tar.gz: 84e66ad8067bf10094bc333775ccab10efe8de8b
3
+ metadata.gz: 043bc1a87c926560bc93862b19600c455a33cb1e
4
+ data.tar.gz: 93c9e1a7dec56dfec76bbf5d7383eedd1ef4778a
5
5
  SHA512:
6
- metadata.gz: 38ef1ed35cfdbe141e26fd83919bc16084b0806183acb47c673cf0fafe8d5d0f8859bb3698d2a7033056303c2ae3ac2e71f91ea46ca413e2109fe05bc358d823
7
- data.tar.gz: c55449180b423fc0dabf05baa683e9e260caa12ab465d1c6e0ade07c29f4170043b9365d1186fea44a0c2cee007ad89f1fa394a3581a9e8a9d8ad4a24cfcbba1
6
+ metadata.gz: 9a75511ecd1e2fb4f39ee6c78d7ede205990780c17ad394e15d3ac65f84cccc8e0c09368bbc05e7a60d6b0ad97c1861ba91de55a1149f2c5dd1deedc955f6306
7
+ data.tar.gz: b3c887f6edd4b604a3e085f3a84d1b9d671fa87bfea7bb1a3f5c173dfca5b60cb19c5eee644563c8364efbb2a8989662889e3c38c9a2e10022d746b4a178f160
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-s3/event_streams'
63
63
  # @service
64
64
  module Aws::S3
65
65
 
66
- GEM_VERSION = '1.21.0'
66
+ GEM_VERSION = '1.22.0'
67
67
 
68
68
  end
@@ -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.21.0'
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.21.0
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-04 00:00:00.000000000 Z
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