The id of the storage request, as returned from the store
function.
Promise that resolves to a RequestStatus object.
Retrieve the status of a storage request from a remote provider.
Promise that resolves to an array of storage RequestStatus objects.
Create a storage request with a remote provider.
In a browser, data should be a File object. In NodeJS, specify a Readable stream of the FormData bytes. See the example for details.
The File or Readable stream object to upload.
Promise that resolves to a storage Request object.
Generated using TypeDoc
Retrieve the status of a storage request from a remote provider.