v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
S3 Access Keys

Get S3 Gateway 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.

get/api/storage/s3/config

Response

Gateway config

Example response

{
  "data": {
    "endpoint": "https://proj.insforge.app/storage/v1/s3",
    "region": "us-east-2"
  }
}