aws-sdk-efs 1.64.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +5 -1
- data/lib/aws-sdk-efs.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: ba2c3f49d02cedbbd9b8a197bbced9d801ce6e2d6b08f75324b67b4895dad5a0
|
4
|
+
data.tar.gz: b62db6da30ab65c9e68f3e00caeee3e4f6df87a4e276c8d8472d1792044fbbf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6d1e17eab29d12b611b921d6bfb22da5c1549902aec630068c8f26f47d52a7d15f8f3df93591628680ab60f7f98ef4dd92473a492ead636fdfa9be33f73742d
|
7
|
+
data.tar.gz: b09014a4e6a85fc273b8600f4ace4b76cdf8a6119afb698a3b0f11f8fe5f33c40b5190ee37dad0c3c1259a7f416e9e6212f603c4d7d263bcab2ce8b4f6dc833f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -216,6 +216,10 @@ module Aws::EFS
|
|
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
|
#
|
@@ -2737,7 +2741,7 @@ module Aws::EFS
|
|
2737
2741
|
params: params,
|
2738
2742
|
config: config)
|
2739
2743
|
context[:gem_name] = 'aws-sdk-efs'
|
2740
|
-
context[:gem_version] = '1.
|
2744
|
+
context[:gem_version] = '1.65.0'
|
2741
2745
|
Seahorse::Client::Request.new(handlers, context)
|
2742
2746
|
end
|
2743
2747
|
|
data/lib/aws-sdk-efs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-efs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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
|