The parameters to request an abort of a multipart upload.
Inheritance Hierarchy
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class AbortMultipartUploadRequest : AmazonWebServiceRequest IRequestEvents
The AbortMultipartUploadRequest type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
AbortMultipartUploadRequest() |
Properties
Name | Description | |
---|---|---|
![]() |
BucketName | The name of the bucketName containing the S3 object that was being uploaded in parts. |
![]() |
Key | The key of the S3 object that was being uploaded. |
![]() |
UploadId | 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
.NET for Windows Phone:
Supported in: Window Phone 8