Configuring Amazon S3 for MinIO
You can use MinIO as an S3-compatible plugin.
To configure the Amazon S3 source for MinIO:
- Sign in to your Dremio Cloud account.
- Under Datasets > Data Lakes, select the S3 source.
- In the S3 source section, upper-right corner, click the Settings (gear) icon.
- In the Edit Source dialog box, select Advanced Options.
- Under the Advanced Options section, tick the checkbox for Enable compatibility mode.
- Under the Connection Properties section, click Add property.
- In the Name field, enter
fs.s3a.path.style.access. - In the Value field, enter
true.
note:
This setting ensures that the request path is created correctly when using IP addresses or hostnames as the endpoint.
- Click Add property again and add the
fs.s3a.endpointproperty and its corresponding server endpoint value (IP address).
note:
The endpoint value cannot contain the http(s):// prefix.
For example, if the endpoint is http://123.1.2.3:9000, the value is 123.1.2.3:9000..
Return to Connecting to Amazon S3.