minio

How can I change bucket name in MinIO?


I have a Minio cluster that we you as on-promise object storage, We want to change bucket name in it, How do I do this?


Solution

  • It is not possible to rename buckets: you have to create a new bucket with the desired name, copy over your data mc cp -r minio/oldbucket minio/newbucket and delete the old bucket.