Skip to main content
GET
Read S3
Auth: TokenAccount or TokenInstanceRate-limit: Global (100/min) • Idempotent: yes

Description

Returns the individual S3 configuration of the instance. The secretKey is never returned.

Example

Performs a GET on the instance path and returns the s3 object with the storage configuration. The secretKey field is always returned as null for security.

Success response

200 OK
secretKey is returned as null, the server never returns the secret key in plaintext.

Path parameters

string
required
Instance name.

Headers

string
required
TokenAccount or TokenInstance.

Errors

Notes

An empty ("") or null endpoint indicates official AWS S3; for MinIO, DigitalOcean Spaces, or Backblaze, this field stores the full endpoint URL.

Next

Update S3

POST /api/instance/s3/:instance to change.