Object Storage
Provision buckets, browse objects, and generate upload/download flows from the same Docka storage workspace.
What You Can Do
- Create buckets on supported object storage backends from the Storage module.
- Browse, upload, rename, move, and delete files and folders from the bucket detail view.
- Generate signed URLs for secure downloads and integrations.
- Use provider-backed or self-hosted storage depending on your edition and infrastructure.
Backends
- Self-hosted MinIO and S3-compatible endpoints
- AWS S3 in Docka SaaS
- Azure Blob Storage in Docka SaaS
- Google Cloud Storage in Docka SaaS
Runtime URLs
Docka rewrites loopback endpoints into reachable runtime URLs so the Browse action opens the correct console for the deployed storage target instead of a local-only host.
API Examples
GET /api/v1/storage # List buckets
POST /api/v1/storage # Create bucket
GET /api/v1/storage/{id}/objects # List objects
POST /api/v1/storage/{id}/upload-url # Signed upload URL
DELETE /api/v1/storage/{id}/objects # Delete object