Rename a S3 bucket

Cloud

You cant. Create a new one and copy the contents...

aws s3 mb s3: //new.code0x378.com
aws s3 sync s3: //old.code0x378.com s3: //new.code0x378.com
aws s3 rb --force s3: //old.code0x378.com