Amazon S3 boto: How do you rename a file in a bucket?

前端 未结 4 1128
鱼传尺愫
鱼传尺愫 2020-12-08 13:22

How do you rename a S3 key in a bucket with boto?

4条回答
  •  抹茶落季
    2020-12-08 13:36

    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.

提交回复
热议问题