S3_File.copy_to
copy_todestination replace_existing
Documentation
Copies the S3 file to the specified destination.
Arguments
destination: the destination to copy the file to.replace_existing: specifies if the operation should proceed if the destination file already exists. Defaults toFalse.
Returns
- The destination file if the operation was successful.
Errors
- Unless
replace_existingis set toTrue, if the destination file already exists, aFile_Erroris thrown. - If the source is a directory, an
S3_Errorwill occur as this is not currently supported. - If the Output operations are disabled, a
Forbidden_Operationpanic will occur.