Attached Object Storage — Multi-Language Reference
Create and manage storage buckets allotted from your 20% DB storage quota.
Manage object storage buckets and files attached to your database project.
Creating Buckets
POST /storage/buckets
curl -X POST https://db.echo.oqens.me/api/dbaas/v2/projects/production-app/storage/buckets \
-H "Authorization: Bearer oq_live_..." \
-H "Content-Type: application/json" \
-d '{"bucket_name": "product-images", "is_public": true}'
Listing Buckets
GET /storage/buckets
curl -H "Authorization: Bearer oq_live_..." https://db.echo.oqens.me/api/dbaas/v2/projects/production-app/storage/buckets