aws-sdk-storagegateway 1.74.0 → 1.75.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-storagegateway/client.rb +5 -1
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7a0dd3e8ebe4c575c26e908d08d09d251e790a46b7877c5396f9b27d3347f1a
|
4
|
+
data.tar.gz: e68acaadcf5e9f0e898c9a1ee7d427c41fd73c7db163ac3c4f8c9d7a875ed1da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb8d668fb57dcc01a0c7d2df3ead093af136576c3f2939c782e4bb9da44553b2ce2fd1efd4a206cdb1ba264556ea6c0d6e70660d3abf279a101055f388b0b6b4
|
7
|
+
data.tar.gz: 1acff14921f06afbf169d13207669acab7ca4c49057ce719b8cb95656803c3876a0bd6157f993d6de47d676e9bb212fa3e3ca3dc98d479a9cd4e94975705feb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -216,6 +216,10 @@ module Aws::StorageGateway
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -7254,7 +7258,7 @@ module Aws::StorageGateway
|
|
7254
7258
|
params: params,
|
7255
7259
|
config: config)
|
7256
7260
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
7257
|
-
context[:gem_version] = '1.
|
7261
|
+
context[:gem_version] = '1.75.0'
|
7258
7262
|
Seahorse::Client::Request.new(handlers, context)
|
7259
7263
|
end
|
7260
7264
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-storagegateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.75.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|