TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AWS partitions

36 点作者 ta20190717将近 5 年前

3 条评论

TheDong将近 5 年前
The source of truth for these partitions is not that code. It&#x27;s the endpoints.json released in botocore (and replicated into every other sdk):<p><a href="https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;botocore&#x2F;blob&#x2F;a0e22400396eabd5a58e4bae00f7e2c5dff2fdaf&#x2F;botocore&#x2F;data&#x2F;endpoints.json#L5839-L5855" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;botocore&#x2F;blob&#x2F;a0e22400396eabd5a58e4b...</a><p>To quickly list all of them, you can use a simple jq expression, such as the following:<p><pre><code> curl https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;boto&#x2F;botocore&#x2F;a0e22400&#x2F;botocore&#x2F;data&#x2F;endpoints.json | jq &#x27;.partitions[] | [.partitionName, .partition, .regions]&#x27;</code></pre>
libria将近 5 年前
What&#x27;s the significance of this?
评论 #23298950 未加载
posnet将近 5 年前
Doesn&#x27;t include the secret and top secret partitions.
评论 #23298216 未加载