storage-csharp
storage-csharp copied to clipboard
Upload Cancellation
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)