Is there any function to rename files and folders in Amazon S3? Any related suggestions are also welcome.
This works for renaming the file in the same folder
aws s3 mv s3://bucketname/folder_name1/test_original.csv s3://bucket/folder_name1/test_renamed.csv