The RELEASE.2025-02-07T23-21-09Z version of the MinIO object archive was tested by AxxonSoft. |
For an archive volume based on the MinIO solution, you must:
| Parameter | Value | Description | |
|---|---|---|---|
| Host | Address of the MinIO server | Specify the address of the MinIO server | |
| Port | Port of the MinIO Server | Specify the port of the MinIO server | |
| Volume region | Region of an archive volume storage | Specify the location region of the corresponding volume | |
| Volume bucket name | Name of the archive partition (Bucket Name) | Specify the name of the archive partition (Bucket Name) previously set by the user. It corresponds to the Name parameter in the Bucket properties | |
| Access key id | Value of the access key id | Specify the access key id | |
| Password of access key id | Password of access key id | Specify the password of the access key
| |
| Volume path | Folder of an archive volume | Specify the path to the folder created inside of an archive volume | |
| Bucket endpoint | Full path to bucket endpoint | Specify the full path to bucket endpoint
Example: http://miniopoc1.agis.xh.ar:9000/
| |
| PEM Certificate | Security certificate file | Specify the security certificate file
| |
| PEM Private Key | Private key of the security certificate | Specify the private key of the security certificate
| |
| Volume connection protocol | http | Specify the connection protocol | |
| https | |||
| AES key | Encryption key | If you want to encrypt an archive volume, specify the encryption key (see Encrypting a volume of an object archive) | |
| Archive size | 1.00 | Specify the size of an archive volume in gigabytes. The default value is 1 GB |
Configuration of an archive volume based on the MinIO solution is complete.
Example of configuring a volume of a cloud archive in MinIO:
Parameter | Value |
|---|---|
| Host | 192.168.56.102 |
| Port | 9000 |
| Volume region | us-east-1 |
| Volume bucket name | bucket |
| Access key id | MINIOROOT |
| Password of access key id | MINIOPASS |
| Volume path | path |
Example of configuring a volume of a cloud archive in MinIO using the full path to bucket endpoint:
Parameter | Value |
|---|---|
| Volume region | us-east-1 |
| Volume bucket name | bucket |
| Access key id | MINIOROOT |
| Password of access key id | MINIOPASS |
| Bucket endpoint | http://miniopoc1.agis.xh.ar:9000/ |