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
Where bucket is the destination bucket:
bucket.copy_key(new_key,source_bucket,source_key)