How to perform Amazon S3 bucket copy in C# SDK – Amazon Web Sevices
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…