I have minio server and i want to download files from it with URL. so i used the presigned_get_object function but it returned something like this:
https://dk-mini-io.darkube.app/media1/user_12/x.txt?X-...
but i don't want to show user id (user_12) and bucket name(media1) in URL. in other words, i want to minio encrypt this information in return URL. is there any way to do this?
i want to minio encrypt the return URL in the presigned_get_object function.