Object storage endpoint · ap-southeast
All systems operational| Method | Path | Description |
|---|---|---|
| GET | /v1/buckets | List buckets |
| GET | /v1/buckets/{id}/objects | List objects |
| PUT | /v1/objects/{key} | Upload object |
| GET | /v1/objects/{key} | Fetch object |
| DELETE | /v1/objects/{key} | Remove object |
| Authentication | Bearer token in Authorization header |
|---|---|
| Max object size | 5 GiB per single upload |
| Rate limit | 1000 requests / minute / token |
| Region | ap-southeast |