Minio
Service overview
| Software owner | Minio, Inc |
|---|---|
| Version | RELEASE.2018-07-10T01-42-11Z |
| 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 |
S3 buckets
The default buckets of v9.1.x 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 TinyMCE component. Includes:
|
| s3://vds-models | AutoML models. Includes:
|
| s3://vds-resources | AutoML models. Includes:
|
Monitoring
Check if the Minio process is in the running status:
wfmanager status minioCheck if TCP port is 9000.
netstat -lntp | grep -w 9000