# Functions
CopyItem copies an item from one bucket to another Inputs:
sess is the current session, which provides configuration for the SDK's service clients sourceBucket is the name of the source bucket otherBucket is the name of the bucket to which the item is copied item is the name of the bucket object to copy
Output:
If success, nil Otherwise, an error from the call to CopyObject or WaitUntilObjectExists.