- AWS CLI
- S3cmd
- AWS JavaScript SDK
AWS CLI integrates with Gcore Object Storage for bucket management using commands from the Amazon documentation.
Installation
Install AWS CLI
Follow the installation guide to install the latest version.
Verify installation
Run the following command to confirm the installation succeeded:The output shows the installed version and operating system:If the terminal cannot find the
aws command, consult the troubleshooting guide.Configuration
Enter storage credentials
Provide the following values:
- Access Key: the access key from the storage Details dialog.
- Secret Key: the secret key from the storage Details dialog.
- Default region name: the region name for the storage location —
s-ed1for Luxembourg-2. - Leave all other parameters at their default values.
Verify the connection
Run the following command, replacing the endpoint with the actual value from the service URLs reference:Correct credentials produce no errors and list any existing buckets. An empty output with exit code 0 is expected for new storage with no buckets.