Search code examples
amazon-web-servicesamazon-s3cname

How to rename AWS S3 Bucket


After all the tough work of migration etc, I just realised that I need to serve the content using CNAME (e.g media.abc.com). The bucket name needs to start with media.abc.com/S3/amazon.com to ensure it works perfectly.

I just realised that S3 doesn't allow direct rename from the console.

Is there any way to work around this?


Solution

  • I think only way is to create a new bucket with correct name and then copy all your objects from old bucket to new bucket. You can do it using Aws CLI.