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.
Uploads a part by copying data from an existing object as data source.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0
public class CopyPartRequest : AmazonWebServiceRequest IRequestEvents
The CopyPartRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CopyPartRequest() |
Name | Description | |
---|---|---|
![]() |
CopySourceServerSideEncryptionCustomerMethod | The Server-side encryption algorithm to be used with the customer provided key. |
![]() |
CopySourceServerSideEncryptionCustomerProvidedKey |
The customer provided encryption key for the source object of the copy.
Important: Amazon S3 does not store the encryption key you provide. |
![]() |
CopySourceServerSideEncryptionCustomerProvidedKeyMD5 | The MD5 of the customer encryption key specified in the CopySourceServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set. |
![]() |
DestinationBucket | The name of the bucket to contain the copy of the source object. |
![]() |
DestinationKey | The key to be given to the copy of the source object. |
![]() |
ETagsToNotMatch | Collection of ETags that must not be matched as a pre-condition for copying the source object otherwise returns a PreconditionFailed. |
![]() |
ETagToMatch | Collection of ETags to be matched as a pre-condition for copying the source object otherwise returns a PreconditionFailed. |
![]() |
FirstByte | The location of the first byte in the range if only a portion of the source object is to be copied as the part. |
![]() |
LastByte | The location of the last byte in the range if only a portion of the source object is to be copied as the part. |
![]() |
ModifiedSinceDate | Copies the object if it has been modified since the specified time, otherwise returns a PreconditionFailed. |
![]() |
PartNumber | The number of the part to be copied. |
![]() |
ServerSideEncryptionCustomerMethod | The Server-side encryption algorithm to be used with the customer provided key. |
![]() |
ServerSideEncryptionCustomerProvidedKey |
The base64-encoded encryption key for Amazon S3 to use to encrypt the object
Using the encryption key you provide as part of your request Amazon S3 manages both the encryption, as it writes to disks, and decryption, when you access your objects. Therefore, you don't need to maintain any data encryption code. The only thing you do is manage the encryption keys you provide. When you retrieve an object, you must provide the same encryption key as part of your request. Amazon S3 first verifies the encryption key you provided matches, and then decrypts the object before returning the object data to you. Important: Amazon S3 does not store the encryption key you provide. |
![]() |
ServerSideEncryptionCustomerProvidedKeyMD5 | 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. |
![]() |
ServerSideEncryptionKeyManagementServiceKeyId | The id of the AWS Key Management Service key that Amazon S3 should use to encrypt and decrypt the object. If a key id is not specified, the default key will be used for encryption and decryption. |
![]() |
ServerSideEncryptionMethod |
Specifies the encryption to be used on the server for the new object. Default: None |
![]() |
SourceBucket | The name of the bucket containing the object to copy. |
![]() |
SourceKey | The key of the object to copy. |
![]() |
SourceVersionId | Specifies a particular version of the source object to copy. By default the latest version is copied. |
![]() |
UnmodifiedSinceDate | Copies the object if it has not been modified since the specified time, otherwise returns a PreconditionFailed. |
![]() |
UploadId | The ID identifying multipart upload for which we are copying a part. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8