Copies this file to the location indicated by the passed in S3FileInfo.
            If the file already exists in S3 than an ArgumentException is thrown.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public S3FileInfo CopyTo( S3FileInfo file )
 Parameters
 Parameters- file (S3FileInfo)
- The target location to copy this file to.
 Return Value
 Return ValueS3FileInfo of the newly copied file.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| IOException | If the file already exists in S3. | 
| WebException | |
| AmazonS3Exception |