uploadToSignedUrlAsFlow
Uploads a file in BucketApi.bucketId under path using a presigned url
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to upload the file to
The pre-signed url token
The file to upload
Additional options for the upload
Uploads a file in BucketApi.bucketId under path using a presigned url
Return
A flow that emits the upload progress and at last the key to the updated file
Parameters
The path to upload the file to
The pre-signed url token
The uri to upload
Additional options for the upload
Uploads a file in BucketApi.bucketId under path using a presigned url
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to upload the file to
The presigned url token
The data to upload
Additional options for the upload
Throws
or one of its subclasses if receiving an error response
if the request timed out
on network related issues
Uploads a file in BucketApi.bucketId under path using a presigned url
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to upload the file to
The presigned url token
The data to upload
Additional options for the upload