How do you rename a S3 key in a bucket with boto?
You can't rename files in Amazon S3. You can copy them with a new name, then delete the original, but there's no proper rename function.