storage-csharp icon indicating copy to clipboard operation
storage-csharp copied to clipboard

Upload Cancellation

Open Roman-cer opened this issue 8 months ago • 0 comments

Sorry if I am being dumb but I cannot find a way to cancel the upload.

I would like to request a way to pass a Cancelation token to this?

Await Bucket.Upload(path, TargetFilename, New FileOptions() With {.Upsert = Upsert}, progressHandler)

Roman-cer avatar Mar 02 '25 12:03 Roman-cer