aws-sdk-glacier 1.77.0 → 1.78.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-glacier/client.rb +2 -3
- data/lib/aws-sdk-glacier.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: a63fb24dd6f615b0b5dd7b78e1b8a6bbb5ba73e4cb37f8d096d4e72a3db1b22a
|
4
|
+
data.tar.gz: 1ce27bc8ff205827942e972da116cba84ad3407c96e8d1e77dcf02ceb7cd7f0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61ba283b29aa258c9d2470546d83bb40a172e412627421de18007690aaa0fba698b30878c5f3cb8e8b1f1973073c314f65e7cca1e4825a25e8f97948778bc8ac
|
7
|
+
data.tar.gz: fd03a7e7147a9c6e3c1f69dd237ca352d44ee277b69679f245679c91b8ea2fd4fbfb68f8a34f560b5f80a016592248f90f600636062fb49be2423fe2a2e130df
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
@@ -209,8 +209,7 @@ module Aws::Glacier
|
|
209
209
|
# accepted modes and the configuration defaults that are included.
|
210
210
|
#
|
211
211
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
212
|
-
#
|
213
|
-
# to default service endpoint when available.
|
212
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
214
213
|
#
|
215
214
|
# @option options [Boolean] :disable_request_compression (false)
|
216
215
|
# When set to 'true' the request body will not be compressed
|
@@ -3524,7 +3523,7 @@ module Aws::Glacier
|
|
3524
3523
|
tracer: tracer
|
3525
3524
|
)
|
3526
3525
|
context[:gem_name] = 'aws-sdk-glacier'
|
3527
|
-
context[:gem_version] = '1.
|
3526
|
+
context[:gem_version] = '1.78.0'
|
3528
3527
|
Seahorse::Client::Request.new(handlers, context)
|
3529
3528
|
end
|
3530
3529
|
|
data/lib/aws-sdk-glacier.rb
CHANGED