Group of 3 You'll notice
A new asset_uploads (plural) feature lets Artifacts upload several files in one batch, with per-file results and a summary view
What
- A new
asset_uploadsresult type (alongside the existing singularasset_upload) supports uploading multiple files in one batch. - Each file in the batch is reported individually as uploaded (with id, url, size, content type, and sha256), failed, or not attempted, with a reason/message and an optional
may_be_storedflag. - The UI now shows a summary line like "uploaded N of M files" followed by a per-file status list showing the URL, "not attempted", or "failed" for each file.
- A new
asset_uploadspermission-scope entry was added alongside the existing singularasset_uploadscope.
Why
This lets Artifacts upload several files in a single operation with clear per-file feedback, instead of requiring one upload call and result per file.