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 +4 -4
- data/lib/aws-sdk-s3.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +7 -1
- data/lib/aws-sdk-s3/presigner.rb +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f82ac633ab18e80f351edfde1c2525d6d507074
|
4
|
+
data.tar.gz: 7bf177c6511fdc8f0dde81eed7aa33505a4525f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6821f78d22f7466bdd035a73a995bde491604a91f8c71e069e64929d92b761b4b77b6ed40234028cbef7744497c4f253415249ee0b06d6a6cd9f29d896a9360
|
7
|
+
data.tar.gz: cbb2d25951c5f24330cc28a722089d622a67817b0dfe5172cdab113c20f4f4ebb34a228f1f0da0c71354f48ec2998e0773aed0e4d96c0a9738058b617282db5a
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -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.
|
6611
|
+
context[:gem_version] = '1.25.0'
|
6606
6612
|
Seahorse::Client::Request.new(handlers, context)
|
6607
6613
|
end
|
6608
6614
|
|
data/lib/aws-sdk-s3/presigner.rb
CHANGED
@@ -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.
|
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-
|
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.
|
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.
|
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:
|