aws-sdk-s3 1.24.1 → 1.25.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: c180025271cef0159bfb3dd17ac07a1cda26d1f1
4
- data.tar.gz: 5c3542bdd25524546c7f3a7fd22da5176d7a74c6
3
+ metadata.gz: 0f82ac633ab18e80f351edfde1c2525d6d507074
4
+ data.tar.gz: 7bf177c6511fdc8f0dde81eed7aa33505a4525f0
5
5
  SHA512:
6
- metadata.gz: 562d4f8c89d227dc7881eb63313039e8028e75fc457fdd1ccffdd94464b71ad3984a325c634dc4390cdbacecd2eb21423d51df41fe70392e0a2cb0e031546d13
7
- data.tar.gz: 11b7975107e91de443e17051ce8fb039b1a48ece499b9e66924081449186f165a1d6bd77c73fd0847b5048fed9fd47bcb1856c55f40e908d075ad3de47fa1c5c
6
+ metadata.gz: d6821f78d22f7466bdd035a73a995bde491604a91f8c71e069e64929d92b761b4b77b6ed40234028cbef7744497c4f253415249ee0b06d6a6cd9f29d896a9360
7
+ data.tar.gz: cbb2d25951c5f24330cc28a722089d622a67817b0dfe5172cdab113c20f4f4ebb34a228f1f0da0c71354f48ec2998e0773aed0e4d96c0a9738058b617282db5a
@@ -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.24.1'
66
+ GEM_VERSION = '1.25.0'
67
67
 
68
68
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -61,6 +62,7 @@ module Aws::S3
61
62
  add_plugin(Aws::Plugins::GlobalConfiguration)
62
63
  add_plugin(Aws::Plugins::RegionalEndpoint)
63
64
  add_plugin(Aws::Plugins::EndpointDiscovery)
65
+ add_plugin(Aws::Plugins::EndpointPattern)
64
66
  add_plugin(Aws::Plugins::ResponsePaging)
65
67
  add_plugin(Aws::Plugins::StubResponses)
66
68
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -158,6 +160,10 @@ module Aws::S3
158
160
  # When `true`, an attempt is made to coerce request parameters into
159
161
  # the required types.
160
162
  #
163
+ # @option options [Boolean] :disable_host_prefix_injection (false)
164
+ # Set to true to disable SDK automatically adding host prefix
165
+ # to default service endpoint when available.
166
+ #
161
167
  # @option options [String] :endpoint
162
168
  # The client endpoint is normally constructed from the `:region`
163
169
  # option. You should only configure an `:endpoint` when connecting
@@ -6602,7 +6608,7 @@ module Aws::S3
6602
6608
  params: params,
6603
6609
  config: config)
6604
6610
  context[:gem_name] = 'aws-sdk-s3'
6605
- context[:gem_version] = '1.24.1'
6611
+ context[:gem_version] = '1.25.0'
6606
6612
  Seahorse::Client::Request.new(handlers, context)
6607
6613
  end
6608
6614
 
@@ -38,6 +38,9 @@ module Aws
38
38
  # bucket name will be used as the hostname. This will cause
39
39
  # the returned URL to be 'http' and not 'https'.
40
40
  #
41
+ # @option params [Boolean] :use_accelerate_endpoint (false) When `true`, Presigner
42
+ # will attempt to use accelerated endpoint
43
+ #
41
44
  # @raise [ArgumentError] Raises an ArgumentError if `:expires_in`
42
45
  # exceeds one week.
43
46
  #
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.24.1
4
+ version: 1.25.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-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-20 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.37.0
50
+ version: 3.39.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.37.0
60
+ version: 3.39.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: