read-me for signed upload url
This is used to get signed url(s) to upload file(s);
a signed url is used to upload a file to the bucket;1. Getting the upload url(s)#
making request#
example of a request as an item object#
the item keys can be any string, they are used to identify the returned items from the response data, based on the request item keys;receiving response data#
example of response data items as an object#
2. Uploading an actual file#
each file has a unique signed upload url;
a PUT request is then made to the signed upload url;
that is, the upload url is the upload endpoint;
where the body of the request is the file itself;
and the request headers should include "Content-Type", whose value is the file mime type; Modified at 2025-11-09 06:36:48