Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyObjectRequest

example

Click here to see how to use CopyObjectRequest.

Hierarchy

Properties

bucketName

bucketName: string

The name of the bucket. Avoid entering confidential information. Example: {@code my-new-bucket1}

copyObjectDetails

copyObjectDetails: CopyObjectDetails

The source and destination of the object to be copied.

namespaceName

namespaceName: string

The Object Storage namespace used for the request.

Optional opcClientRequestId

opcClientRequestId: undefined | string

The client request ID for tracing.

Optional opcSourceSseCustomerAlgorithm

opcSourceSseCustomerAlgorithm: undefined | string

The optional header that specifies "AES256" as the encryption algorithm to use to decrypt the source object. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSourceSseCustomerKey

opcSourceSseCustomerKey: undefined | string

The optional header that specifies the base64-encoded 256-bit encryption key to use to decrypt the source object. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSourceSseCustomerKeySha256

opcSourceSseCustomerKeySha256: undefined | string

The optional header that specifies the base64-encoded SHA256 hash of the encryption key used to decrypt the source object. This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSseCustomerAlgorithm

opcSseCustomerAlgorithm: undefined | string

The optional header that specifies "AES256" as the encryption algorithm. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSseCustomerKey

opcSseCustomerKey: undefined | string

The optional header that specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the data. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSseCustomerKeySha256

opcSseCustomerKeySha256: undefined | string

The optional header that specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption.

Optional opcSseKmsKeyId

opcSseKmsKeyId: undefined | string

The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made