Reads the S3 storage configuration of the instance
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
secretKey is never returned.
GET on the instance path and returns the s3 object with the storage configuration. The secretKey field is always returned as null for security.
secretKey is returned as null, the server never returns the secret key in plaintext.| HTTP | error.message | When |
|---|---|---|
| 401 | Invalid token | Token missing or invalid. |
| 404 | Instance not found | Name does not exist. |
| 429 | Rate limit exceeded. Try again later. | More than 100 req/min. |
| 500 | Failed to get S3 configuration | Database error. |
"") or null endpoint indicates official AWS S3; for MinIO, DigitalOcean Spaces, or Backblaze, this field stores the full endpoint URL.POST /api/instance/s3/:instance to change.