mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* Update doc/docs/datasource/minio.md * Update docs/versioned_docs/version-2.18.0/minio.md * Update docs/versioned_docs/version-2.19.0/minio.md
51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
---
|
|
id: minio
|
|
title: MinIO
|
|
---
|
|
|
|
# MinIO
|
|
|
|
ToolJet can connect to minio and perform various operation on them.
|
|
|
|
## Supported operations
|
|
|
|
- **Read object**
|
|
- **Put object**
|
|
- **Remove object**
|
|
- **List buckets**
|
|
- **List objects in a bucket**
|
|
- **Presigned url for download**
|
|
- **Presigned url for upload**
|
|
|
|
|
|
## Connection
|
|
|
|
To establish a connection with the Minio data source, click on the `+Add new data source` button located on the query panel or navigate to the [Data Sources](https://docs.tooljet.com/docs/data-sources/overview) page from the ToolJet dashboard.
|
|
|
|
ToolJet requires the following to connect to your DynamoDB:
|
|
|
|
- **Host**
|
|
- **Port**
|
|
- **Access key**
|
|
- **Secret key**
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/datasource-reference/minio-connect.png" alt="miniIo connect" />
|
|
|
|
</div>
|
|
|
|
Click on **Test connection** button to verify if the credentials are correct and that the database is accessible to ToolJet server. Click on **Save** button to save the data source.
|
|
|
|
## Querying Minio
|
|
|
|
Click on `+` button of the **query manager** at the bottom panel of the editor and select the data source added in the previous step as the data source. Select the operation that you want to perform and click **Save** to save the query.
|
|
|
|
<img className="screenshot-full" src="/img/datasource-reference/minio-query.png" alt="miniIo query" />
|
|
|
|
Click on the **run** button to run the query.
|
|
|
|
|
|
:::tip
|
|
Query results can be transformed using transformations. Read our transformations documentation to see how: [link](/docs/tutorial/transformations)
|
|
:::
|