简体   繁体   中英

Cancel a file upload using .Net client for Amazon S3

I'm writing an app that allows users to browse and upload large files to Amazon S3 via a web application. I'm using the Amazon AWS library for .Net. However because the files are large I want to provide a 'Cancel' option on the website. I can't see anything in the API as to how to cancel a file that's uploading using S3. Does anyone know how to cancel file uploads?

Thanks.

您可以使用Thread.Abort()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM