# Copy Object

> `UiPath.AmazonWebServices.Activities.CopyObject`

`UiPath.AmazonWebServices.Activities.CopyObject`

## Description

Copies an object to another bucket.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **DestinationBucket** - Specifies the destination bucket.
* **DestinationObjectKeyName** - Specifies the key name of the destination object.
* **SourceObject** - Specifies the source object that needs to be copied.
* **SourceObjectVersionID** - Specifies a particular version of the source object that needs to be copied. If not set, the latest version is copied.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **DestinationObject** - Provides details about the destination object.
