Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pods/storage/create-network-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Note>
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`.
</Note>

## Architecture details
Expand Down
2 changes: 1 addition & 1 deletion serverless/storage/network-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Note>
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`.
</Note>

## Architecture details
Expand Down
2 changes: 1 addition & 1 deletion storage/network-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The S3-compatible API supports standard S3 operations including file uploads, do

<Note>

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`.

</Note>

Expand Down
5 changes: 4 additions & 1 deletion storage/s3-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down