aws-sdk-s3 1.17.0 → 1.17.1

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: aa266ee58503511a145796732f17d5f58c8fa054
4
- data.tar.gz: 01a0a307b9f5f23909892b861abdce95d42c996e
3
+ metadata.gz: ef6caddd4c1ac491401b2f0554cebd465b01ff08
4
+ data.tar.gz: 22e6e88e6a7e3d875544424ab941fc49a52370dd
5
5
  SHA512:
6
- metadata.gz: fe19762308e862d3c7ed66cf19a83e53c61de5f388f09fcb187acbcbc4e10710357c132707b3af302b3bd66b3f9a2d050dd3947d54ef6530b88378f16b6d150c
7
- data.tar.gz: b2406d39dbcb2871afbc49b3b742f014266db9e1b0f8d22f18cffccf5e1ec1f6c9b93cde06f09ded2bfbde45420973e54fed76a3e7e71515df3e8e95278994cb
6
+ metadata.gz: aaa5e9e4b3817eda94040322c68a70ed31e5283824b8ad014a47309d644253d7d5373792f35afde1e066acc222a4cbe29be73199389c39004d2408f199f4b4eb
7
+ data.tar.gz: 32100ae53608fe6830979be3d1fc7fa1510cac953ad3dc8fb123bc68347e4282897f071a5977d36bf8087f417be358c54eb2e3d7de2e075a69142284f8b4ff6c
@@ -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.17.0'
66
+ GEM_VERSION = '1.17.1'
67
67
 
68
68
  end
@@ -6384,7 +6384,7 @@ module Aws::S3
6384
6384
  params: params,
6385
6385
  config: config)
6386
6386
  context[:gem_name] = 'aws-sdk-s3'
6387
- context[:gem_version] = '1.17.0'
6387
+ context[:gem_version] = '1.17.1'
6388
6388
  Seahorse::Client::Request.new(handlers, context)
6389
6389
  end
6390
6390
 
@@ -61,8 +61,8 @@ module Aws
61
61
  # You can pass `virtual_host: true` to use the bucket name as the
62
62
  # host name.
63
63
  #
64
- # bucket = s3.bucket('my.bucket.com', virtual_host: true)
65
- # bucket.url
64
+ # bucket = s3.bucket('my.bucket.com')
65
+ # bucket.url(virtual_host: true)
66
66
  # #=> "http://my.bucket.com"
67
67
  #
68
68
  # @option options [Boolean] :virtual_host (false) When `true`,
@@ -98,6 +98,7 @@ module Aws
98
98
  req.handlers.remove(Seahorse::Client::Plugins::ContentLength::Handler)
99
99
 
100
100
  signer = build_signer(req.context.config)
101
+ req.context[:presigned_url] = true
101
102
 
102
103
  req.handle(step: :send) do |context|
103
104
 
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.17.0
4
+ version: 1.17.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-07-11 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms