Storage
The platform provides object storage — buckets for blobs and files — as part of the data plane. Like databases, a bucket is a store you own, bound to your service by the platform at deploy time.
A service declares the storage it needs; the platform provisions the bucket and injects the binding, so application code reads and writes objects without managing storage credentials.
Planned pages
| Page | Status |
|---|---|
| Buckets & storage bindings | Planned |
| Reading & writing objects | Planned |
| Signed URLs | Planned |
| Access control | Planned |