💻 Command Line Interface (CLI)
EUBUCCO data is hosted on an S3-compatible object store and can be accessed using standard command-line tools. Below are several options depending on your setup and preferences.
1. Using AWS CLI
The standard AWS CLI can be used to access EUBUCCO data by specifying the custom endpoint and using the --no-sign-request flag for anonymous access.
2. Using MinIO Client
The MinIO CLI mc is another convenient option for interacting with S3-compatible storage services.
Setup:
3. Using Standard Network Utilities
For users on systems without S3 clients, standard network utilities provide a lightweight alternative for direct file retrieval.