MinIO
Service overview
| Software owner | Minio, Inc |
|---|---|
| Management | wfmanager (start | stop | restart | status) minio |
| Log files | <INSTALL_DIR>/supervisord/log/minio.out.log <INSTALL_DIR>/supervisord/log/minio.err.log |
| Startup scripts | <INSTALL_DIR>/supervisord/apps/minio.ini |
| Configuration files | <INSTALL_DIR>/minio/etc/config.json |
| Default Ports | tcp 9000 |
Description of s3 buckets
The default buckets are as follows:
| Bucket name | Description |
|---|---|
s3://doc-upload |
Default bucket for the application.
Includes:
|
| s3://recorder-images | Surface Automation Screenshots done by RPAx Recorder |
| s3://secdocs | |
| s3://tinymce-resources | The bucket is used by TinyMCE component. Includes:
|
| s3://vds-models | AutoML models. Includes:
|
| s3://vds-resources | AutoML models. Includes:
|
Monitoring
Check if a MinIO process in the running status:
wfmanager status minio
Check if TCP ports 9000
netstat -lntp | grep -w 9000