aws-sdk-s3 1.18.0 → 1.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 403e3c23b920a2f660a119bc4b52023582f1fe30
4
- data.tar.gz: 24173121b7a948246c78b8889d6b5376338f889f
3
+ metadata.gz: aff058f11f247c8727655da79a54cbce44133e48
4
+ data.tar.gz: 7b76df2c2f426bf66f51967df6064640d22881e6
5
5
  SHA512:
6
- metadata.gz: 12b1039e40639cac7b4dad1e223f542c5baddaddee61b735a66987bb1c997c0ecd770c6cc33a5a28074c80d3f3f9a655fedda4f96ee335d9efa99c8f9a852a70
7
- data.tar.gz: e726dfb3b15594257b4e680c48035c59499eb9bfad17d4f021cca788aec8e1ad7b79c06f08d0cd4a32eec30f7b875273dea0374d283d45c110b11c4c9a05f238
6
+ metadata.gz: e4f64ccd95877ac42a6d1f0f22464d58a6984b95e8e8a454edd637c91820e99d3dcd45d31c6ef784e9325c7d9afc1d83fb2c36e449d1e765996c26e3a9f02cfd
7
+ data.tar.gz: cf2e08606d283fa869fa972b4cc6895d4c0c9e126c2f15b8c003017cec3a89e7f0c58232f898a19eb2f230969a62b063e6a01abfe77bfde754bfb1918cf3a846
data/lib/aws-sdk-s3.rb CHANGED
@@ -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.18.0'
66
+ GEM_VERSION = '1.19.0'
67
67
 
68
68
  end
@@ -136,7 +136,7 @@ module Aws::S3
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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
139
+ # @option options [] :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
  #
@@ -6408,7 +6408,7 @@ module Aws::S3
6408
6408
  params: params,
6409
6409
  config: config)
6410
6410
  context[:gem_name] = 'aws-sdk-s3'
6411
- context[:gem_version] = '1.18.0'
6411
+ context[:gem_version] = '1.19.0'
6412
6412
  Seahorse::Client::Request.new(handlers, context)
6413
6413
  end
6414
6414
 
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.18.0
4
+ version: 1.19.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-09-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '3'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 3.21.2
50
+ version: 3.26.0
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '3'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 3.21.2
60
+ version: 3.26.0
61
61
  description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
62
62
  This gem is part of the AWS SDK for Ruby.
63
63
  email: