How To Create a Minio Storage Account and Integrate with Orchestrator?
MinIO is a cloud storage server which can be used with UiPath for storing Packages.
Steps to Host MinIO on Windows server:
- Download the Minio server from the Minio.exe link.
- Run the following command in Command Prompt minio.exe server C:\Data.
- The Deployment URL will be provided on running the command in Step 2. (http://localhost:9000/).
- The command executed in Step 2 will also provide the details of AccessKey and SecretKey which will be required during the Integration with UiPath.
Below is the screenshot of the sample:
Integration with UiPath web.config (for versions 2020.4.x or lower):
Integration with UiPath UiPath.orchestrator.dll.config (for versions 2020.10.x or higher): Please follow the steps in the Orchestrator DLL Config - Storage Type link.