--- 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**
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)
:::