aws-sdk-s3 1.9.0 → 1.9.1

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: 45344b7320e4213f2e5333ec0b60959fe838e83a
4
- data.tar.gz: 1f4217707ec55a169d92e9fa08708b55f4b8bcda
3
+ metadata.gz: 51a82ae22cd23753c02541ce0110a83eec4135ee
4
+ data.tar.gz: '08b42b8e920d3a999870dadb092bcc93b50a8230'
5
5
  SHA512:
6
- metadata.gz: 00ceffb9ab0ad1b39df77ca876d0b01cb9cb198513d1950b749e6190817ca562859e35592536ba461d90d3bb6a6aeb028fa984b3c1d83757115c774b1ebeec60
7
- data.tar.gz: 4ba88cfc73b97b0d772423dc273b564938a7e9f8b4faa0133474d9666220e3ae562fde76c51be3daef65319097e9e840d34ab20af06fe2ef0fccf10424463da0
6
+ metadata.gz: 2a793fa3d84eba541171ba31df755972507f52b5f60c0a2858091c5c7991d1fb97fc5fe8646bb35c3aa73e2f405b02f4901f11ce5d1e6796329b84509b21b8b6
7
+ data.tar.gz: 2975fc246122bbe261d603f21f6a7e47c0b1ce275e64d486bb8cb1b07d478b600aed7bcd6800b4948b96e34f242bffe40fc0b22d0b096fc61c73135ea01cca71
@@ -62,6 +62,6 @@ require_relative 'aws-sdk-s3/customizations'
62
62
  # @service
63
63
  module Aws::S3
64
64
 
65
- GEM_VERSION = '1.9.0'
65
+ GEM_VERSION = '1.9.1'
66
66
 
67
67
  end
@@ -6094,7 +6094,7 @@ module Aws::S3
6094
6094
  params: params,
6095
6095
  config: config)
6096
6096
  context[:gem_name] = 'aws-sdk-s3'
6097
- context[:gem_version] = '1.9.0'
6097
+ context[:gem_version] = '1.9.1'
6098
6098
  Seahorse::Client::Request.new(handlers, context)
6099
6099
  end
6100
6100
 
@@ -60,6 +60,8 @@ each bucket. [Go here for more information](http://docs.aws.amazon.com/AmazonS3
60
60
  endpoint.port = 443
61
61
  endpoint.host = "#{bucket_name}.s3-accelerate.amazonaws.com"
62
62
  context.http_request.endpoint = endpoint.to_s
63
+ # s3 accelerate endpoint doesn't work with 'expect' header
64
+ context.http_request.headers.delete('expect')
63
65
  end
64
66
 
65
67
  def use_combined_accelerate_dualstack_endpoint(context)
@@ -70,6 +72,8 @@ each bucket. [Go here for more information](http://docs.aws.amazon.com/AmazonS3
70
72
  endpoint.port = 443
71
73
  endpoint.host = "#{bucket_name}.s3-accelerate.dualstack.amazonaws.com"
72
74
  context.http_request.endpoint = endpoint.to_s
75
+ # s3 accelerate endpoint doesn't work with 'expect' header
76
+ context.http_request.headers.delete('expect')
73
77
  end
74
78
 
75
79
  def validate_bucket_name!(bucket_name)
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.9.0
4
+ version: 1.9.1
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-04-04 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms