Minio
App Vendor: MinIO
App Category: IT Services
App Version: 1.0.3
API Version:6.0.0
About App
The Minio Connector app allows security teams to integrate with the Minio enterprise application to manage bucket object storage through various operations on files and bucket objects.
The MinIO app in the Orchestrate allows users to perform the following data and indexing related operations.
Action Name | Description |
---|---|
Download a file | This action downloads a file from a specific Bucket in the Minio application. |
Get a list of Bucket Objects | This action can be used to retrieve a list of files with a directory from a specific Bucket in the Minio application. |
Get a list of buckets | This action can be used to retrieve a list of buckets from the Minio application. |
Upload a file | This action can be used to upload a file to a specific bucket in the Minio application. |
Configuration Parameters
The below configuration parameters can be used to configure the MinIO app in the Orchestrate application:
Field | Description | Field Type | Required/Optional | Default Value |
---|---|---|---|---|
Base URL | Enter the Minio Base URL. Example: s3.amazonaws.com | Text | Required | |
Access Key | Enter the Minio Access Key as the user ID that uniquely identifies your account. | Text | Required | |
Secret Key | Enter the Minio Secret Key as the password to your account. | Password | Required | |
Secure | Choose true to enable secure (HTTPS) access. | Boolean | Optional | Default value: false |
Action: Download a File
This action can be used to download a file from a specific Bucket in the Minio application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Bucket Name | Enter the Bucket Name. Example: local-storage | Text | Required | |
Remote File Path | Enter the remote file path. Example: <Sample local file path> | Text | Required | |
Local File Path | Enter the local file path. Example: <Sample local file path> | Text | Required |
Action: Get a list of Bucket Objects
This action can be used to retrieve a list of files with a directory from a specific Bucket in the Minio application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Bucket Name | Enter the Bucket Name. Example: local-storage | Text | Required | |
Remote File Path | Enter the remote file path. Example: <Sample local file path> | Text | Required | |
Local File Path | Enter the local file path. Example: <Sample local file path> | Text | Required | |
Prefix | Enter the prefix that the Object name starts with. Example: / | Text | Optional | By default, the value is None. |
Recursively | Optional preference to either retrieve or not retrieve the list of object information recursively. | Boolean | Optional | Allowed values: true and false By default, the value is False. |
Action: Get a list of Buckets
This action can be used to retrieve a list of buckets from the Minio application.
Action Input Parameters
No input parameters are required for this action.
Action: Upload a File
This action can be used to upload a file to a specific bucket in the Minio application.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Bucket Name | Enter the Bucket Name. Example: local-storage | Text | Required | |
Local File Path | Enter the local file path. Example: <Sample local file path> | Text | Required | |
Remote File Path | Enter the remote file path. Example: <Sample remote file path> | Text | Required |