1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
The TransferManager class contains an abortMultipartUploads method that would allow you to halt multiple multipart uploads in progress. To abort a specific multipart upload, you’ll need to use a lower-level API called abortMultipartUpload under the S3 client class. This method would delete any parts uploaded to Amazon S3 and free up the associated resources, given the upload ID, bucket name, and object key.
The reference page below contains instructions and example code in Java and .NET for aborting a multipart upload:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/abort-mpu.html
answered 2 years ago
Relevant content
- asked a month ago
- asked a year ago
- asked 8 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago