---
title: "Get S3 Gateway Config"
method: GET
path: "/api/storage/s3/config"
tags: ["S3 Access Keys"]
---

# Get S3 Gateway Config

`GET /api/storage/s3/config`

Return the externally-reachable endpoint URL and the SigV4 signing
region for the S3 protocol gateway. The endpoint is assembled from
the server's `VITE_API_BASE_URL` env var plus `/storage/v1/s3`, and
the region is `AWS_REGION` (default `us-east-2`).

Intended for Dashboard display so the UI doesn't make any
backend-topology assumptions client-side.

## Response `200`

Gateway config

- object
  - `data` S3GatewayConfig — Read-only config of the S3 protocol gateway.
    - `endpoint` string, required — Full URL clients should configure as their S3 endpoint.
    - `region` string, required — SigV4 signing region the gateway validates incoming requests against.

## Other responses

- `401` — Missing or invalid API key / admin token

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
