This updates developer docs and web demos to use backend upload endpoints, adds a client upload helper, and aligns integration tests with the no-direct-MinIO URL flow. Made-with: Cursor
This commit is contained in:
@@ -30,7 +30,8 @@ Each `properties.assets` item includes:
|
||||
1. Create or reuse an asset record and link it to a feature:
|
||||
- `POST /v1/assets`
|
||||
2. Upload the binary to object storage:
|
||||
- `POST /v1/assets/{id}/signed-upload` (returns signed PUT URL)
|
||||
- `POST /v1/assets/{id}/signed-upload` (returns backend upload URL)
|
||||
- `PUT /v1/assets/{id}/upload` (backend streams content to object storage)
|
||||
3. Read linked assets from feature responses:
|
||||
- `GET /v1/collections/{id}/features` (`properties.assets`)
|
||||
4. Download via service-relative link:
|
||||
|
||||
Reference in New Issue
Block a user