Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Note
The RELEASE.2021-08-05T22-01-19Z version of the MinIO object archive was tested by AxxonSoft.
For an archive volume based on the MinIO solution, you must:
- Specify the general parameters for an archive volume (see Creating a cloud archive).
- Configure an archive volume.
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/
where- miniopoc1.agis.xh.ar is a domain name of the MinIO server.
- 9000—MinIO port
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 - To test the connection of the archive volume, click the Test connection button.
- Click the Apply button.
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/ |