Copies this file to the location indicated by the passed in S3FileInfo.
If the file already exists in S3 and overwrite is set to false than an ArgumentException is thrown.

C# |
public S3FileInfo CopyTo( S3FileInfo file, bool overwrite )

- file (S3FileInfo)
- The target location to copy this file to.
- overwrite (Boolean)
- Determines whether the file can be overwritten.

S3FileInfo of the newly copied file.

Exception | Condition |
---|---|
IOException | If the file already exists in S3 and overwrite is set to false. |
WebException | |
AmazonS3Exception |