API referenceStorageBuckets
Buckets
10 operations.
List buckets
GET /api/v1/buckets
Create a bucket
POST /api/v1/buckets
Get a bucket
GET /api/v1/buckets/{id}
Update a bucket
PUT /api/v1/buckets/{id}
Delete a bucket (409 if not empty)
DELETE /api/v1/buckets/{id}
List objects in a bucket
GET /api/v1/buckets/{id}/objects
Upload an object (multipart/form-data: file, key, prefix)
POST /api/v1/buckets/{id}/objects
Delete a single object
DELETE /api/v1/buckets/{id}/objects
Download an object
GET /api/v1/buckets/{id}/objects/download
Get a bucket's scoped access + secret keys
GET /api/v1/buckets/{id}/secret