Please describe what you are doing to trigger the bug:
Add a storage; Storage configuration S3; Service Provider: minio (over HTTPS)
Please describe what you expect to happen (but doesn’t):
add a minios storage without having to work around the errors.
Please describe what actually happens (the wrong behaviour):
When entering the Endpoint:
- to be able to select the bucket and the folder via the buttons the Endpoint has the be entered with https:// prefix - otherwise I get the following error:
"Failed to list the buckets: BadRequest: Bad Request status code: 400, request id: , host id: "
- when trying to add the storage with the https:// prefix in Endpoint I get the following error:
Failed to check the storage at minios://@https://:9000/1/1: InvalidParameter: 1 validation error(s) found. [region and ip removed]
To work around this, I must remove the https:// prefix from Endoint address and then click continue.