aws-partitions 1.368.0 → 1.370.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 +4 -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: c10f562e1584879dcbed421af2e0f61a15b58f407d882169b76ee3c717c752c4
|
|
4
|
+
data.tar.gz: e072f588717e8045e89d3ca624826abc2f676fd1630f9316c5dcd7f28108ab83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bc67b8d24d40ca96ed567a2fdf469fb43c3554669735b96c8e3122878f6b8600d1eddfbc0f5147ce53a1e1c937f034acc795176fbcf5d9133ca8b0240072ff1
|
|
7
|
+
data.tar.gz: 7a39b2db46477a26a923c3f4adcdf7f9905fb0e526395819383ce2199b0d51dd0601af1698c9f81c4f2314a88145d79e2da9b871a5b03b370ba30be6f256933b
|
data/partitions.json
CHANGED
|
@@ -2565,6 +2565,7 @@
|
|
|
2565
2565
|
"protocols" : [ "https" ]
|
|
2566
2566
|
},
|
|
2567
2567
|
"endpoints" : {
|
|
2568
|
+
"af-south-1" : { },
|
|
2568
2569
|
"ap-east-1" : { },
|
|
2569
2570
|
"ap-northeast-1" : { },
|
|
2570
2571
|
"ap-northeast-2" : { },
|
|
@@ -2574,6 +2575,7 @@
|
|
|
2574
2575
|
"ca-central-1" : { },
|
|
2575
2576
|
"eu-central-1" : { },
|
|
2576
2577
|
"eu-north-1" : { },
|
|
2578
|
+
"eu-south-1" : { },
|
|
2577
2579
|
"eu-west-1" : { },
|
|
2578
2580
|
"eu-west-2" : { },
|
|
2579
2581
|
"eu-west-3" : { },
|
|
@@ -4484,6 +4486,7 @@
|
|
|
4484
4486
|
"ap-south-1" : { },
|
|
4485
4487
|
"ap-southeast-1" : { },
|
|
4486
4488
|
"ap-southeast-2" : { },
|
|
4489
|
+
"ca-central-1" : { },
|
|
4487
4490
|
"eu-central-1" : { },
|
|
4488
4491
|
"eu-west-1" : { },
|
|
4489
4492
|
"eu-west-2" : { },
|
|
@@ -8135,7 +8138,7 @@
|
|
|
8135
8138
|
"credentialScope" : {
|
|
8136
8139
|
"region" : "us-gov-west-1"
|
|
8137
8140
|
},
|
|
8138
|
-
"hostname" : "s3-fips
|
|
8141
|
+
"hostname" : "s3-fips.us-gov-west-1.amazonaws.com"
|
|
8139
8142
|
},
|
|
8140
8143
|
"us-gov-east-1" : {
|
|
8141
8144
|
"hostname" : "s3.us-gov-east-1.amazonaws.com",
|
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.370.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: 2020-09-
|
|
11
|
+
date: 2020-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|