From f24cc851398d9b42493c17c30ce3c860b187acd4 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:17:25 +0100 Subject: [PATCH] Add US-IL-1, US-MO-1, and US-WA-1 to S3-compatible API datacenter lists (#2) * Initial plan * Add new S3-compatible datacenters (US-IL-1, US-MO-1, US-WA-1) Co-authored-by: julien-c <326577+julien-c@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: julien-c <326577+julien-c@users.noreply.github.com> --- pods/storage/create-network-volumes.mdx | 2 +- serverless/storage/network-volumes.mdx | 2 +- storage/network-volumes.mdx | 2 +- storage/s3-api.mdx | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pods/storage/create-network-volumes.mdx b/pods/storage/create-network-volumes.mdx index 37d79b94..09ecd295 100644 --- a/pods/storage/create-network-volumes.mdx +++ b/pods/storage/create-network-volumes.mdx @@ -116,7 +116,7 @@ The S3-compatible API supports standard S3 operations including file uploads, do For detailed setup instructions, authentication, and usage examples, see the [S3-compatible API documentation](/serverless/storage/s3-api). -The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-KS-2`, `US-CA-2`. +The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-CA-2`, `US-IL-1`, `US-KS-2`, `US-MO-1`, `US-WA-1`. ## Architecture details diff --git a/serverless/storage/network-volumes.mdx b/serverless/storage/network-volumes.mdx index c560e033..8f693bff 100644 --- a/serverless/storage/network-volumes.mdx +++ b/serverless/storage/network-volumes.mdx @@ -104,7 +104,7 @@ Runpod provides an S3-compatible API that allows you to access and manage files For detailed setup instructions, authentication, and comprehensive usage examples, see the [S3-compatible API documentation](/serverless/storage/s3-api). -The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-KS-2`, `US-CA-2`. +The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-CA-2`, `US-IL-1`, `US-KS-2`, `US-MO-1`, `US-WA-1`. ## Architecture details diff --git a/storage/network-volumes.mdx b/storage/network-volumes.mdx index 841e6e27..1c3ad73d 100644 --- a/storage/network-volumes.mdx +++ b/storage/network-volumes.mdx @@ -165,7 +165,7 @@ The S3-compatible API supports standard S3 operations including file uploads, do -The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-KS-2`, `US-CA-2`. +The S3-compatible API is currently available for network volumes in the following datacenters: `EUR-IS-1`, `EU-RO-1`, `EU-CZ-1`, `US-CA-2`, `US-IL-1`, `US-KS-2`, `US-MO-1`, `US-WA-1`. diff --git a/storage/s3-api.mdx b/storage/s3-api.mdx index a95afa43..280220dd 100644 --- a/storage/s3-api.mdx +++ b/storage/s3-api.mdx @@ -21,8 +21,11 @@ The S3-compatible API is available for network volumes in select datacenters. Ea | `EUR-IS-1` | `https://s3api-eur-is-1.runpod.io/` | | `EU-RO-1` | `https://s3api-eu-ro-1.runpod.io/` | | `EU-CZ-1` | `https://s3api-eu-cz-1.runpod.io/` | +| `US-CA-2` | `https://s3api-us-ca-2.runpod.io/` | +| `US-IL-1` | `https://s3api-us-il-1.runpod.io/` | | `US-KS-2` | `https://s3api-us-ks-2.runpod.io/` | -| `US-CA-2` | `https://s3api-us-ca-2.runpod.io/` | +| `US-MO-1` | `https://s3api-us-mo-1.runpod.io/` | +| `US-WA-1` | `https://s3api-us-wa-1.runpod.io/` | Create your network volume in a supported datacenter to use the S3-compatible API.