Can't reverse proxy Minio

Finally solved it
I tried to connect minio with other software and everything worked fine
The reason is rclone config file

This is the most important part

Press Enter for the default (other-v2-signature).
   / Use this if unsure.
 1 | Will use v4 signatures and an empty region.
   \ ()
   / Use this only if v4 signatures don't work.
 2 | E.g. pre Jewel/v10 CEPH.
   \ (other-v2-signature)
region> 2

Final rclone.conf,it works

[minio]
type = s3
provider = Minio
access_key_id = bv1111111111PjkW6
secret_access_key = 222222222222222mIHP
endpoint = https://minio.x.y
acl = private
location_constraint = auto
region = other-v2-signature

1 Like