How to rename files and folder in Amazon S3?

后端 未结 19 2343
暖寄归人
暖寄归人 2020-11-28 03:01

Is there any function to rename files and folders in Amazon S3? Any related suggestions are also welcome.

19条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 03:24

    File and folder are in fact objects in S3. You should use PUT OBJECT COPY to rename them. See http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html

提交回复
热议问题