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.
Contains all the parameters that can be set when making a request to abort multipart uploads
with the TransferUtility method.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class TransferUtilityAbortMultipartUploadRequest
The TransferUtilityAbortMultipartUploadRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
TransferUtilityAbortMultipartUploadRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
BucketName | System.String |
Gets or sets the name of the bucket containing multipart uploads. |
|
ExpectedBucketOwner | System.String |
Gets or sets the account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied). |
|
InitiatedDate | System.Nullable<System.DateTime> |
Gets or sets the date before which the multipart uploads were initiated. |
|
RequestPayer | Amazon.S3.RequestPayer |
Gets or sets the request payer setting for the abort multipart upload operations. Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer