No description available
pip install fastpluggy-minio-tools
pip install fastpluggy-minio-tools==0.1.3
MinIO plugin for FastPluggy that provides object storage integration with MinIO.
The plugin requires the following environment variables:
MINIO_ENDPOINT: MinIO server endpoint (e.g., 'localhost:9000')MINIO_ACCESS_KEY: Access key for authenticationMINIO_SECRET_KEY: Secret key for authenticationMINIO_SECURE: Use HTTPS (default: False)Once installed, the plugin will:
minio_clientminio_get_stream for streaming objects/admin/miniopip install fastpluggy-minio-tools
To install in development mode:
pip install -e .
See LICENSE file for details.
This plugin does not have a Changelog file or it could not be extracted from the package.
API documentation for this plugin is not available.
Last analysis performed: 2025-11-22 15:42:21
This plugin has a valid entry point:
minio_tools
= fastpluggy_plugin.minio_tools.plugin:MinIOPlugin
Issues were found during analysis, but details are not available.
fastpluggy_plugin.minio_tools.plugin:MinIOPlugin