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 of the 9.1.x release are the following:
| 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 the TinyMCE component. Includes:
|
| s3://vds-models | AutoML models. Includes:
|
| s3://vds-resources | AutoML models. Includes:
|
Monitoring
Check if the MinIO process in the running status:
wfmanager status minioCheck if TCP ports 9000.
netstat -lntp | grep -w 9000