aws-sdk-s3 1.11.0 → 1.12.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: f4419ca6ab198acdec407d9fa884810a22922412
4
- data.tar.gz: 2702cb357a1179d9be860a7c8de36688376aa117
3
+ metadata.gz: 5237f569d3ab8fa69e0075746a1c144dcd8a8ff9
4
+ data.tar.gz: 4a490702ef8db85232934d20527ec713c57c745a
5
5
  SHA512:
6
- metadata.gz: 0abf87e5ab7b503cdf34108d6799b87d8086c37773333a8ff35583d9e65037db969d60054f94a7109af25560cc1be067a02cb0f00bca1b4f5cc282871ba4e418
7
- data.tar.gz: 66c2afd51b78892d73173e84ab3ea17853e53a165047016aee38a7921f94186a114f1c743154eebe13f88e291e05d121e0d11a65503dbaf1309d9902dad27595
6
+ metadata.gz: 0f3202372eba1664c4a1adcc5169e11e829b5d831b4dce3985286b4d31e2c4db253d89a8956691d5e91213e07ae321c3abca51138bb75e7c18cbb5badddd9f1d
7
+ data.tar.gz: 2e2a9bbc0fa3723c1f60fa2f6cbd445e2c5b38ea4d881736012d90451444e340bc7784266fb97c1a4c273243ab8b42d17989a167d323bd0ab98dee38ef93c534
@@ -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.11.0'
66
+ GEM_VERSION = '1.12.0'
67
67
 
68
68
  end
@@ -6371,7 +6371,7 @@ module Aws::S3
6371
6371
  params: params,
6372
6372
  config: config)
6373
6373
  context[:gem_name] = 'aws-sdk-s3'
6374
- context[:gem_version] = '1.11.0'
6374
+ context[:gem_version] = '1.12.0'
6375
6375
  Seahorse::Client::Request.new(handlers, context)
6376
6376
  end
6377
6377
 
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.11.0
4
+ version: 1.12.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-05-17 00:00:00.000000000 Z
11
+ date: 2018-05-18 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.0
50
+ version: 3.21.1
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.0
60
+ version: 3.21.1
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: