Clients and Network Connectivity
AXXE-L Data Mobility (ADM) exposes an S3 compatible interface over HTTPS. The interface can be used in two ways:
Interactively:
XTREME-D’s Native Web GUI, best for simplified management access where is your custom endpoint name.
https://adm.axxe-l.com/signin
Third-Party S3 compatible GUI or CLI clients
Programmatically:
Via API calls with S3 compatible SDKs or libraries with Endpoint, Access Key and Secret Key credentials Example:
# cat .aws/credentials [default] aws_access_key_id = XXXX aws_secret_access_key = XXXX
最終更新