aws-partitions 1.259.0 → 1.264.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/lib/aws-partitions/endpoint_provider.rb +0 -11
- data/partitions.json +19 -2
- 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: 7440e746e94d50b6376653804e0b68f8cc09f694
|
|
4
|
+
data.tar.gz: c03798ac028d87c2b3c7aa2c3efffc2a41811827
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65a00dbe654ae57119d10e546156b28d2994de203824f7ae3770d011e30d018b77a4c77d0143a308bb106064a5d22619a8226be54a9cb6f947bf31b1d4cbd98c
|
|
7
|
+
data.tar.gz: 8d5ebdc74ee8fc4ca5d460315817cd82ad560e9366cb9ad9de238ac5851bca017475a4cbae1f6fe74057c1a0bea3e58b01748482902832952730d32132e2ae9d
|
|
@@ -23,12 +23,6 @@ module Aws
|
|
|
23
23
|
us-west-2
|
|
24
24
|
].freeze
|
|
25
25
|
|
|
26
|
-
# Can be removed once S3 endpoint is updated
|
|
27
|
-
S3_IAD_REGIONAL = {
|
|
28
|
-
'hostname' => 's3.us-east-1.amazonaws.com',
|
|
29
|
-
'signatureVersions' => %w[s3 s3v4]
|
|
30
|
-
}.freeze
|
|
31
|
-
|
|
32
26
|
# Intentionally marked private. The format of the endpoint rules
|
|
33
27
|
# is an implementation detail.
|
|
34
28
|
# @api private
|
|
@@ -84,11 +78,6 @@ module Aws
|
|
|
84
78
|
region = service_cfg.fetch('partitionEndpoint', region)
|
|
85
79
|
end
|
|
86
80
|
|
|
87
|
-
# Can be removed once S3 endpoint is updated
|
|
88
|
-
if (service == 's3') && (region == 'us-east-1')
|
|
89
|
-
service_cfg['endpoints'][region] = S3_IAD_REGIONAL
|
|
90
|
-
end
|
|
91
|
-
|
|
92
81
|
# Check for service/region level endpoint.
|
|
93
82
|
endpoint = service_cfg
|
|
94
83
|
.fetch('endpoints', {})
|
data/partitions.json
CHANGED
|
@@ -1011,8 +1011,10 @@
|
|
|
1011
1011
|
"connect" : {
|
|
1012
1012
|
"endpoints" : {
|
|
1013
1013
|
"ap-northeast-1" : { },
|
|
1014
|
+
"ap-southeast-1" : { },
|
|
1014
1015
|
"ap-southeast-2" : { },
|
|
1015
1016
|
"eu-central-1" : { },
|
|
1017
|
+
"eu-west-2" : { },
|
|
1016
1018
|
"us-east-1" : { },
|
|
1017
1019
|
"us-west-2" : { }
|
|
1018
1020
|
}
|
|
@@ -2664,11 +2666,18 @@
|
|
|
2664
2666
|
},
|
|
2665
2667
|
"outposts" : {
|
|
2666
2668
|
"endpoints" : {
|
|
2669
|
+
"ap-east-1" : { },
|
|
2667
2670
|
"ap-northeast-1" : { },
|
|
2668
2671
|
"ap-northeast-2" : { },
|
|
2672
|
+
"ap-southeast-1" : { },
|
|
2669
2673
|
"ap-southeast-2" : { },
|
|
2674
|
+
"ca-central-1" : { },
|
|
2670
2675
|
"eu-central-1" : { },
|
|
2676
|
+
"eu-north-1" : { },
|
|
2671
2677
|
"eu-west-1" : { },
|
|
2678
|
+
"eu-west-2" : { },
|
|
2679
|
+
"eu-west-3" : { },
|
|
2680
|
+
"me-south-1" : { },
|
|
2672
2681
|
"us-east-1" : { },
|
|
2673
2682
|
"us-east-2" : { },
|
|
2674
2683
|
"us-west-1" : { },
|
|
@@ -2816,6 +2825,7 @@
|
|
|
2816
2825
|
},
|
|
2817
2826
|
"ram" : {
|
|
2818
2827
|
"endpoints" : {
|
|
2828
|
+
"ap-east-1" : { },
|
|
2819
2829
|
"ap-northeast-1" : { },
|
|
2820
2830
|
"ap-northeast-2" : { },
|
|
2821
2831
|
"ap-south-1" : { },
|
|
@@ -2827,6 +2837,7 @@
|
|
|
2827
2837
|
"eu-west-1" : { },
|
|
2828
2838
|
"eu-west-2" : { },
|
|
2829
2839
|
"eu-west-3" : { },
|
|
2840
|
+
"me-south-1" : { },
|
|
2830
2841
|
"sa-east-1" : { },
|
|
2831
2842
|
"us-east-1" : { },
|
|
2832
2843
|
"us-east-2" : { },
|
|
@@ -2975,6 +2986,7 @@
|
|
|
2975
2986
|
"protocols" : [ "https" ]
|
|
2976
2987
|
},
|
|
2977
2988
|
"endpoints" : {
|
|
2989
|
+
"ap-east-1" : { },
|
|
2978
2990
|
"ap-northeast-1" : { },
|
|
2979
2991
|
"ap-northeast-2" : { },
|
|
2980
2992
|
"ap-south-1" : { },
|
|
@@ -2982,6 +2994,7 @@
|
|
|
2982
2994
|
"ap-southeast-2" : { },
|
|
2983
2995
|
"ca-central-1" : { },
|
|
2984
2996
|
"eu-central-1" : { },
|
|
2997
|
+
"eu-north-1" : { },
|
|
2985
2998
|
"eu-west-1" : { },
|
|
2986
2999
|
"eu-west-2" : { },
|
|
2987
3000
|
"eu-west-3" : { },
|
|
@@ -4310,6 +4323,12 @@
|
|
|
4310
4323
|
},
|
|
4311
4324
|
"isRegionalized" : true
|
|
4312
4325
|
},
|
|
4326
|
+
"health" : {
|
|
4327
|
+
"endpoints" : {
|
|
4328
|
+
"cn-north-1" : { },
|
|
4329
|
+
"cn-northwest-1" : { }
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4313
4332
|
"iam" : {
|
|
4314
4333
|
"endpoints" : {
|
|
4315
4334
|
"aws-cn-global" : {
|
|
@@ -5345,7 +5364,6 @@
|
|
|
5345
5364
|
},
|
|
5346
5365
|
"application-autoscaling" : {
|
|
5347
5366
|
"defaults" : {
|
|
5348
|
-
"hostname" : "autoscaling.us-iso-east-1.c2s.ic.gov",
|
|
5349
5367
|
"protocols" : [ "http", "https" ]
|
|
5350
5368
|
},
|
|
5351
5369
|
"endpoints" : {
|
|
@@ -5615,7 +5633,6 @@
|
|
|
5615
5633
|
"services" : {
|
|
5616
5634
|
"application-autoscaling" : {
|
|
5617
5635
|
"defaults" : {
|
|
5618
|
-
"hostname" : "autoscaling.us-isob-east-1.sc2s.sgov.gov",
|
|
5619
5636
|
"protocols" : [ "http", "https" ]
|
|
5620
5637
|
},
|
|
5621
5638
|
"endpoints" : {
|
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.264.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:
|
|
11
|
+
date: 2020-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|