aws-sdk-s3 1.185.0 → 1.186.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/client.rb +2 -3
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19666bc9138c7fc657115eb675f1c46b170c18aa53d9304ce83e359244e5837b
|
4
|
+
data.tar.gz: 0f3c295fa25bf720226c4a1050baacd6ed446d48663c5ea8005637bb4642990c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4aebed9bdf712cf27aa46d8497c01be15d29bdc7c85f2b055c230d8d4917d6a4da56c0cd2228be9544725164288a58e717f989d443b4ae0fde80725d4eeb76f
|
7
|
+
data.tar.gz: cda031dbe1f6ce1a9c2769f5fa674dc623ae9f72baedfeae3875887b775cab1550e892b89bf648e1e4d8a40379689a303a90c58e95fbf9e88f266f5952bd345d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.186.0
|
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -256,8 +256,7 @@ module Aws::S3
|
|
256
256
|
# accepted modes and the configuration defaults that are included.
|
257
257
|
#
|
258
258
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
259
|
-
#
|
260
|
-
# to default service endpoint when available.
|
259
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
261
260
|
#
|
262
261
|
# @option options [Boolean] :disable_request_compression (false)
|
263
262
|
# When set to 'true' the request body will not be compressed
|
@@ -20681,7 +20680,7 @@ module Aws::S3
|
|
20681
20680
|
tracer: tracer
|
20682
20681
|
)
|
20683
20682
|
context[:gem_name] = 'aws-sdk-s3'
|
20684
|
-
context[:gem_version] = '1.
|
20683
|
+
context[:gem_version] = '1.186.0'
|
20685
20684
|
Seahorse::Client::Request.new(handlers, context)
|
20686
20685
|
end
|
20687
20686
|
|
data/lib/aws-sdk-s3.rb
CHANGED