Beta
A file import. The client stages the upload, PUTs the bytes straight to storage with a signed URL, and confirms. The Context API never holds the file content.
Optional
Same shapes assets.upload accepts, minus node streams: the bytes go out through fetch, which has no portable stream support.
assets.upload
fetch
A file import. The client stages the upload, PUTs the bytes straight to storage with a signed URL, and confirms. The Context API never holds the file content.