Go to documentation repository
Page History
...
At the ArchiveVolume level, the connection_params property is also added, with the following parameters:
Parameter | Required | Description |
---|---|---|
schema | Yes | Volume type. Possible values: file - local archive on the Server; smb - network archive with an SMB protocol connection; azure - archive in Microsoft Azure cloud storage; s3 - archive in Amazon S3 cloud storage. |
Parameters for the file type: | ||
path | Yes | The path to the file/disk with the archive. |
Parameters for the smb type: | ||
host | Yes | Name of the server with network repository. |
smb_share | Yes | Network repository. |
path | Yes | Folder in network repository, where the archive will be stored. |
smb_domain | No | Network repository domain. |
user | No | User name. |
password | No | Password. |
Parameters for the azure type: | ||
protocol | Yes | Connection protocol: HTTP or HTTPS. This parameter is located in the properties of the created container. |
host | Yes | Azure server address. This parameter is located in the properties of the created container. |
access_key | Yes | Access key in base64. This parameter is located in the Access keys section. |
container | Yes | Azure container. This parameter is located in the properties of the created container. |
user | Yes | User name. This parameter is located in the Access keys section (Storage account name). |
path | No | Location of the volume folder in Azure. |
port | No | Azure server port. |
Parameters for the s3 type: | ||
access_key_id | Yes | Access key identifier (create access keys at https://console.aws.amazon.com/iam/home?#/security_credentials$access_key, authorization required). |
secret_access_key | Yes | Access key password (available after creating an access key). |
bucket | Yes | Archive volume in Amazon S3 account (bucket). Different volumes can be located in different regions. On the Amazon S3 server, the volume name should be unique, and for the Axxon Next operation, it should be pre-created by the user according to the rules (see https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html). |
region | Yes | The region where the volume is located. To reduce the delay when writing and reading an archive, specify the closest region to the Axxon Next Server. For the list of possible regions, see https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints. |
path | Yes | Location of the Axxon Next volume folder inside the bucket. |
protocol | Yes | Connection protocol — HTTP or HTTPS. |
host | Yes | Amazon S3 server address in <bucket_name>.s3.amazonaws.com format. |
storage_class | No | File class in the Amazon S3 interpretation. The default is STANDARD. For the complete list of classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html. |
Example of creating an object archive as files on a local disk:
...