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?
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.