This sample demonstrates how to deploy and use MinIO in your pipeline.
This deployment will work seamlessly with the Quix Cloud Amazon S3 Source/Sink connectors.
Simply set your environment variables for either connector:
S3_BUCKET="<MINIO BUCKET NAME>"
AWS_ENDPOINT_URL="http://minio:80"
AWS_REGION_NAME="<ANY STR>"
AWS_ACCESS_KEY_ID: "<MINIO ROOT USERNAME>"
AWS_SECRET_ACCESS_KEY: "<MINIO ROOT PASSWORD>"
- Log in or sign up at Quix and navigate to the Code Samples section.
- Click Deploy to launch a pre-built container.
- Fill in the required environment variables for your MinIO instance.
- Enable state, otherwise changes will be lost on restart. Please note, the necessary storage type may not be supported on all Quix Platforms.
For more configuration options and details, refer to MinIO's Docker Hub.
Feel free to fork this project on the GitHub repository and contribute your enhancements. Any accepted contributions will be attributed accordingly.
This project is open source under the Apache 2.0 license and available in our GitHub repo. The image is offered as-is, with no MinIO specific support from Quix.