aws-sdk-backupgateway 1.40.0 → 1.41.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-backupgateway/client.rb +1 -1
- data/lib/aws-sdk-backupgateway/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-backupgateway.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: d1ac86457eccd8d71e2ef6b185571a3f7ec3f33b8407ea9f5eaa89e96c4e68fe
|
4
|
+
data.tar.gz: 97c08a2141a8a50254e95599e6cee1d77d0d2e6a96a5f5cb70f622a2fe94880a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '05459d498b5eb91fdc7b5d5a69f43b2bf7d4ae5eb4db547716fcaf441b4a64dfa160e5758e8824161c52ded793fd44f7427595e99fcd551c32eefd7aca0153bd'
|
7
|
+
data.tar.gz: 6782ceeed5853a01f1ec34e2e980d94fee4ce302af1642377bbfca0ba7ea1eb16f39eb4aefba25ff953ad3296533cc26ade5b2754b503bd8a68d07647791bf8a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -1502,7 +1502,7 @@ module Aws::BackupGateway
|
|
1502
1502
|
tracer: tracer
|
1503
1503
|
)
|
1504
1504
|
context[:gem_name] = 'aws-sdk-backupgateway'
|
1505
|
-
context[:gem_version] = '1.
|
1505
|
+
context[:gem_version] = '1.41.0'
|
1506
1506
|
Seahorse::Client::Request.new(handlers, context)
|
1507
1507
|
end
|
1508
1508
|
|
@@ -28,7 +28,7 @@ module Aws::BackupGateway
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://backup-gateway-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|