How to rename a S3 folder with the AWS CLI tool

aws s3 mv s3://$BUCKET/FOLDER/ s3://$BUCKET/NEW_FOLDER/ --recursive