aws-sdk-signer 1.45.0 → 1.46.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-signer/client.rb +5 -1
- data/lib/aws-sdk-signer.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: 5e65096234e10d1c07f13ac6b0b63f0c2ed70de4a3836c3ec7fee59d52ff31c8
|
|
4
|
+
data.tar.gz: e5cfde681e70ad922ba5ebbbfa9f1fc2c5245e505c6146c916d77c53aae087b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 023ab5e5b9950fe56637976c1e5c332ceb2d27ca8228871f6b5e31e4c9b852a3500974cb06f6edd72f2bc6b2570af31b4bbb7995f4601d0372b5895cc0c87f82
|
|
7
|
+
data.tar.gz: d570932eaf55cb1cd22da3e5c7f3fe67ca4014313a74bcc92ff6b3c297d84370980452f6543ddbb7d15ece9f008e890164a76d77afb2ce27728495c6779d43df
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
|
@@ -216,6 +216,10 @@ module Aws::Signer
|
|
|
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
|
#
|
|
@@ -1413,7 +1417,7 @@ module Aws::Signer
|
|
|
1413
1417
|
params: params,
|
|
1414
1418
|
config: config)
|
|
1415
1419
|
context[:gem_name] = 'aws-sdk-signer'
|
|
1416
|
-
context[:gem_version] = '1.
|
|
1420
|
+
context[:gem_version] = '1.46.0'
|
|
1417
1421
|
Seahorse::Client::Request.new(handlers, context)
|
|
1418
1422
|
end
|
|
1419
1423
|
|
data/lib/aws-sdk-signer.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-signer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.46.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
|