aws-partitions 1.67.0 → 1.68.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/partitions.json +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35c244f02f814254dedaa4b98c417496bfd9fdf5
|
|
4
|
+
data.tar.gz: 835a03c4891f7a9ef04cf75996ffd43e604b29fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0f9ebb4538ca15fb98cd4aba9f4872725d2bd9f9e7f464ac3996dffc8f96cc5b216957c7ee7bee2c56d1d2182705183fbd98a283f23c2493ef24aeb0e4df980
|
|
7
|
+
data.tar.gz: 2d414818a5adb562e313fe0094b7b53e62454c52705ef7327d379487e2c0929f03f8aff0a50aaead01216be68c0cdf5a2f0ffd4f24322397f8368c94735b55d8
|
data/partitions.json
CHANGED
|
@@ -1219,6 +1219,7 @@
|
|
|
1219
1219
|
"ap-south-1" : { },
|
|
1220
1220
|
"ap-southeast-1" : { },
|
|
1221
1221
|
"ap-southeast-2" : { },
|
|
1222
|
+
"ca-central-1" : { },
|
|
1222
1223
|
"eu-central-1" : { },
|
|
1223
1224
|
"eu-west-1" : { },
|
|
1224
1225
|
"eu-west-2" : { },
|
|
@@ -2292,6 +2293,10 @@
|
|
|
2292
2293
|
"us-gov-west-1" : {
|
|
2293
2294
|
"hostname" : "s3.us-gov-west-1.amazonaws.com",
|
|
2294
2295
|
"protocols" : [ "http", "https" ]
|
|
2296
|
+
},
|
|
2297
|
+
"us-gov-west-1-dualstack" : {
|
|
2298
|
+
"hostname" : "s3.dualstack.us-gov-west-1.amazonaws.com",
|
|
2299
|
+
"signatureVersions" : [ "s3", "s3v4" ]
|
|
2295
2300
|
}
|
|
2296
2301
|
}
|
|
2297
2302
|
},
|
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.68.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: 2018-02-
|
|
11
|
+
date: 2018-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|