Buckets & uploads
Organise assets into buckets and upload them — small files through the dashboard, large files straight to storage with a presigned URL.
Buckets
Create buckets to group your assets. Public URLs follow your organization, bucket and the object path:
https://cdn.orzn.space/<org>/<bucket>/<path>Uploading
- Dashboard upload — drag files into a bucket in the CDN section.
- Presigned direct upload — request a short-lived presigned URL and
PUTthe file straight to storage from the browser or your server, bypassing the API for the payload. Ideal for large files.
Private vs publicBuckets can hold public assets (served on a stable URL) or private assets (served via short-lived signed URLs). Choose per your needs when you create the bucket.