Back
Is there any function to rename files and folders in Amazon S3? Any related suggestions are also welcome.
You can use this command. Basically, the mv command will copy the object and then delete it:
aws s3 --recursive mv s3://<bucketname>/<folder_name_from> s3://<bucket>/<folder_name_to>
Learn how we helped 50,000+ professionals like you !
30.9k questions
32.9k answers
500 comments
665 users