aws-partitions 1.932.0 → 1.933.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/partitions.json +25 -0
- 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: 9e577acf6df57d1d0991f6271502902081f38cc04a6d474b6ab028b7ef21a2ca
|
|
4
|
+
data.tar.gz: 68832a4cc7f7246c356b4d121fa3a9c5e888bd38dd96c665e809c8f6af0d3a24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 970744186d1dddca61bb97476141c50e6b1edcae6534c2b73f967ada3f27b8ed84fa1782213f7fe15477b1c4f0f34b21337107f2f4324b21715a7aa922995804
|
|
7
|
+
data.tar.gz: c5bff44ad5c831aefff398711da59edc75f9c471aae6d6a67f4b9ee32783fae5e23337f8c15a93bb810069241c7b1d10b8c1a1cd9545192238b3834b8bceba1d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.933.0
|
data/partitions.json
CHANGED
|
@@ -15800,6 +15800,31 @@
|
|
|
15800
15800
|
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
|
|
15801
15801
|
"signatureVersions" : [ "s3v4" ]
|
|
15802
15802
|
},
|
|
15803
|
+
"ca-west-1" : {
|
|
15804
|
+
"credentialScope" : {
|
|
15805
|
+
"region" : "ca-west-1"
|
|
15806
|
+
},
|
|
15807
|
+
"hostname" : "s3-control.ca-west-1.amazonaws.com",
|
|
15808
|
+
"signatureVersions" : [ "s3v4" ],
|
|
15809
|
+
"variants" : [ {
|
|
15810
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
|
15811
|
+
"tags" : [ "fips" ]
|
|
15812
|
+
}, {
|
|
15813
|
+
"hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
|
|
15814
|
+
"tags" : [ "dualstack", "fips" ]
|
|
15815
|
+
}, {
|
|
15816
|
+
"hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com",
|
|
15817
|
+
"tags" : [ "dualstack" ]
|
|
15818
|
+
} ]
|
|
15819
|
+
},
|
|
15820
|
+
"ca-west-1-fips" : {
|
|
15821
|
+
"credentialScope" : {
|
|
15822
|
+
"region" : "ca-west-1"
|
|
15823
|
+
},
|
|
15824
|
+
"deprecated" : true,
|
|
15825
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
|
15826
|
+
"signatureVersions" : [ "s3v4" ]
|
|
15827
|
+
},
|
|
15803
15828
|
"eu-central-1" : {
|
|
15804
15829
|
"credentialScope" : {
|
|
15805
15830
|
"region" : "eu-central-1"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.933.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: 2024-05-
|
|
11
|
+
date: 2024-05-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|