AWS SDK for .NET Documentation
CopyTo Method (newBucket, newKey)
AmazonAmazon.S3.IOS3FileInfoCopyTo(String, String) Did this page help you?   Yes   No    Tell us about it...
Copies this file's content to the file indicated by the S3 bucket and object key. If the file already exists in S3 than an ArgumentException is thrown.
Declaration Syntax
C#
public S3FileInfo CopyTo(
	string newBucket,
	string newKey
)
Parameters
newBucket (String)
S3 bucket to copy the file to.
newKey (String)
S3 object key to copy the file to.
Return Value
S3FileInfo of the newly copied file.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)