I have a file contained in a key in my S3 bucket. I want to create a new key, which will contain the same file. Is it possible to do without downloading that file? I\'m looking
Browsing through boto's source code I found that the Key object has a "copy" method. Thanks for your suggestion about CopyObject operation.