Description of Bug:
Note: I think this counts as a bug rather than a feature request because minio client should work out-of-the-box with an endpoint that implements the S3v4 API (or even partially implements it, like CEPH).
Steps to Reproduce:
see official docs
Expected Behavior:
We should be able to initialize the minio client to perform operations against the source.coop API, like any other S3 endpoint.
Actual Behavior:
mc alias set sc https://data.source.coop
Enter Access Key: XXX
Enter Secret Key: XXX
mc: <ERROR> Unable to initialize new alias from the provided credentials. Query deserialize error: missing field `list-type`.
Description of Bug:
Note: I think this counts as a bug rather than a feature request because minio client should work out-of-the-box with an endpoint that implements the S3v4 API (or even partially implements it, like CEPH).
Steps to Reproduce:
see official docs
Expected Behavior:
We should be able to initialize the minio client to perform operations against the source.coop API, like any other S3 endpoint.
Actual Behavior: