AWS SDK Version 4 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.

Contains all the parameters that can be set when making a request to abort multipart uploads with the TransferUtility method.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityAbortMultipartUploadRequest

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class TransferUtilityAbortMultipartUploadRequest

The TransferUtilityAbortMultipartUploadRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String

Gets or sets the name of the bucket containing multipart uploads.

Public Property 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).

Public Property InitiatedDate System.Nullable<System.DateTime>

Gets or sets the date before which the multipart uploads were initiated.

Public Property 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.

Version Information

.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