by ta20190717 on 5/25/20, 4:42 AM with 9 comments
by TheDong on 5/25/20, 5:41 AM
https://github.com/boto/botocore/blob/a0e22400396eabd5a58e4b...
To quickly list all of them, you can use a simple jq expression, such as the following:
curl https://raw.githubusercontent.com/boto/botocore/a0e22400/botocore/data/endpoints.json | jq '.partitions[] | [.partitionName, .partition, .regions]'
by libria on 5/25/20, 5:21 AM
by posnet on 5/25/20, 5:18 AM