Go to documentation repository
Note
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 Note The password is available after you create an 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 Attention! The Bucket endpoint parameter must only be used if you specify the domain name of the MinIO server instead of the server IP address. Example: http://miniopoc1.agis.xh.ar:9000/
|
| PEM Certificate | Security certificate file | Specify the security certificate file Note The PEM Certificate parameter is available starting with Axxon One 2.0.8. |
| PEM Private Key | Private key of the security certificate | Specify the private key of the security certificate Note The PEM Private Key parameter is available starting with Axxon One 2.0.8. |
| 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/ |