How To Create A Minio Storage Account And Integrate With Orchestrator

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:

  1. Download the Minio server from the Minio.exe link.
  2. Run the following command in Command Prompt minio.exe server C:\Data.
  3. The Deployment URL will be provided on running the command in Step 2. (http://localhost:9000/).
  4. 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:
1.jfif



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.