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.
Response object for Transfer Utility upload operations. Contains unified response fields from both simple uploads (PutObjectResponse) and multipart uploads (CompleteMultipartUploadResponse).
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class TransferUtilityUploadResponse
The TransferUtilityUploadResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
TransferUtilityUploadResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
BucketKeyEnabled | System.Nullable<System.Boolean> |
Gets and sets the property BucketKeyEnabled. Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS). |
|
BucketName | System.String |
Gets and sets the property BucketName. The name of the bucket that contains the newly created object. Does not return the access point ARN or access point alias if used. When using this action 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 action with an access point through the Amazon Web Services 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 S3 User Guide.
When you use this action with Amazon S3 on Outposts, you must direct requests to the
S3 on Outposts hostname. The S3 on Outposts hostname takes the form |
|
ChecksumCRC32 | System.String |
Gets and sets the property ChecksumCRC32.
The Base64 encoded, 32-bit |
|
ChecksumCRC32C | System.String |
Gets and sets the property ChecksumCRC32C.
The Base64 encoded, 32-bit |
|
ChecksumCRC64NVME | System.String |
Gets and sets the property ChecksumCRC64NVME.
The Base64 encoded, 64-bit |
|
ChecksumSHA1 | System.String |
Gets and sets the property ChecksumSHA1.
The Base64 encoded, 160-bit |
|
ChecksumSHA256 | System.String |
Gets and sets the property ChecksumSHA256.
The Base64 encoded, 256-bit |
|
ChecksumType | Amazon.S3.ChecksumType |
Gets and sets the property ChecksumType.
This header specifies the checksum type of the object, which determines how part-level
checksums are combined to create an object-level checksum for multipart objects. For
|
|
ETag | System.String |
Gets and sets the property ETag. Entity tag for the uploaded object. General purpose buckets - To ensure that data is not corrupted traversing the network, for objects where the ETag is the MD5 digest of the object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned ETag to the calculated MD5 value. Directory buckets - The ETag for the object in a directory bucket isn't the MD5 digest of the object. |
|
Expiration | Amazon.S3.Model.Expiration |
Gets and sets the property Expiration.
If the object expiration is configured, this will contain the expiration date (
Object expiration information is not returned for directory buckets (for those, the
response header will contain the value |
|
Key | System.String |
Gets and sets the property Key. The object key of the newly created object. |
|
Location | System.String |
Gets and sets the property Location. The URI that identifies the newly created object. |
|
RequestCharged | Amazon.S3.RequestCharged |
Gets and sets the property RequestCharged. If present, indicates that the requester was successfully charged for the request. |
|
ServerSideEncryptionCustomerMethod | Amazon.S3.ServerSideEncryptionCustomerMethod |
The Server-side encryption algorithm to be used with the customer provided key.
This functionality is not supported for directory buckets.
|
|
ServerSideEncryptionCustomerProvidedKeyMD5 | System.String |
The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is
base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set.
This functionality is not supported for directory buckets.
|
|
ServerSideEncryptionKeyManagementServiceEncryptionContext | System.String |
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
The value of this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
This value is stored as object metadata and automatically gets passed on to Amazon Web Services KMS for future |
|
ServerSideEncryptionKeyManagementServiceKeyId | System.String |
If present, indicates the ID of the KMS key that was used for object encryption. |
|
ServerSideEncryptionMethod | Amazon.S3.ServerSideEncryptionMethod |
The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.
When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is |
|
Size | System.Nullable<System.Int64> |
Gets and sets the property Size. The size of the object in bytes. This will only be present if you append to an object. This functionality is only supported for objects in the S3 Express One Zone storage class in directory buckets. |
|
VersionId | System.String |
Gets and sets the property VersionId. Version ID of the object. If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID for the object being stored. Amazon S3 returns this ID in the response. When you enable versioning for a bucket, if Amazon S3 receives multiple write requests for the same object simultaneously, it stores all of the objects. For more information about versioning, see Adding Objects to Versioning-Enabled Buckets in the Amazon S3 User Guide. For information about returning the versioning state of a bucket, see GetBucketVersioning. This functionality is not supported for directory buckets. |
.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