Get S3 Gateway Config
S3 Access Keys
Get S3 Gateway Config
Return the externally-reachable endpoint URL, the SigV4 signing
region, and the availability of the S3 protocol gateway. The endpoint
is assembled from the server’s VITE_API_BASE_URL env var plus
/storage/v1/s3; the region is S3_REGION (fallback AWS_REGION,
default us-east-2); available reflects whether an S3-backed
storage provider is configured (false on local-filesystem storage).
Intended for Dashboard display so the UI doesn’t make any backend-topology assumptions client-side.
GET
Get S3 Gateway Config