I need to copy the [EDIT: entire] contents of a bucket into another bucket. The answers to this question implies that it can be done on the CLI, [EDIT: as a single operation (rather than looping over every record in the bucket)]
Can it be done via any C# SDKs?
We're currently using the AWSSDK.S3
Nuget package SDK, but I can't see any methods in that package's AmazonClient that would allow this sort of copy?