Table of Contents

Class CompleteMultipartUploadResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the CompleteMultipartUpload response and response metadata.

public class CompleteMultipartUploadResponse : AmazonWebServiceResponse
Inheritance
CompleteMultipartUploadResponse

Constructors

CompleteMultipartUploadResponse()

public CompleteMultipartUploadResponse()

Properties

BucketName

The name of the bucket that contains the newly created object.

When using this API with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this operation with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using Access Points in the Amazon Simple Storage Service Developer Guide.

When using this API with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this operation using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon Simple Storage Service Developer Guide.

public string BucketName { get; set; }

Property Value

string

ETag

Gets and sets Entity tag that identifies the newly created object's data. Objects with different object data will have different entity tags. The entity tag is an opaque string.

public string ETag { get; set; }

Property Value

string

Expiration

Gets and sets the Expiration property. Specifies the expiration date for the object and the rule governing the expiration. Is null if expiration is not applicable.

public Expiration Expiration { get; set; }

Property Value

Expiration

Key

Gets and sets the object key of the newly created object.

public string Key { get; set; }

Property Value

string

Location

Gets and sets the URI that identifies the newly created object.

public string Location { get; set; }

Property Value

string

RequestCharged

If present, indicates that the requester was successfully charged for the request.

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

ServerSideEncryptionKeyManagementServiceKeyId

The id of the AWS Key Management Service key that Amazon S3 uses to encrypt and decrypt the object.

public string ServerSideEncryptionKeyManagementServiceKeyId { get; set; }

Property Value

string

ServerSideEncryptionMethod

Gets and sets the ServerSideEncryptionMethod property. Specifies the encryption used on the server to store the content. Default is None.

public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }

Property Value

ServerSideEncryptionMethod

VersionId

Gets and sets the VersionId property. This is the version-id of the S3 object

public string VersionId { get; set; }

Property Value

string