ToolJet/docs/versioned_docs/version-2.65.0/data-sources/minio.md
Aman Regu fed052a99b
[docs]: v2.65.0 (#10415)
* add date with time column

* add table component to date with time colum

* add aggregate and group by

* add docs for retry on network error

* add cookies

* add .env vars

* add docs for v2.65.0

* remove banner from v2.65.0

* update data types title

* update querying data title
2024-07-22 19:46:36 +05:30

1.5 KiB

id title
minio 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 page from the ToolJet dashboard.

ToolJet requires the following to connect to your DynamoDB:

  • Host
  • Port
  • Access key
  • Secret key
miniIo connect

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.

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