AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
The parameters to request an abort of a multipart upload.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.S3.Model.AbortMultipartUploadRequest

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AbortMultipartUploadRequest : AmazonWebServiceRequest
         IRequestEvents

The AbortMultipartUploadRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String The name of the bucketName containing the S3 object that was being uploaded in parts.
Public Property Key System.String The key of the S3 object that was being uploaded.
Public Property UploadId System.String The upload id for the in-progress multipart upload that should be aborted.

Remarks

After a multipart upload is aborted, no additional parts can be uploaded using that upload ID. The storage consumed by any previously uploaded parts will be freed. However, if any part uploads are currently in progress, those part uploads might or might not succeed. As a result, it might be necessary to abort a given multipart upload multiple times in order to completely free all storage consumed by all parts.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8