Getting started with Hypernode Object Storage

You can run the CLI command with the --help flag to find out about all the options and arguments.

hypernode-object-storage --help

Creating a Hypernode Object Storage Workspace

Command-line interface (CLI)

  1. SSH into your server.

  2. Run hypernode-object-storage create

  3. Fill in the prompts with a name and desired storage.

  4. Confirm your order and give it a few minutes before your storage is ready.

Control Panel

  1. Go to the Control Panel.

  2. Click the Order a workspace button in the top-right.

  3. Select the desired options for your workspace and proceed to checkout.

Note

You can use one object storage across multiple Hypernodes. But you can only use one object storage space per Hypernode.

Retrieve object storage information

Command-line interface (CLI)

  1. Run hypernode-object-storage info

  2. If you want to retrieve your credentials for the workspace pass in the flag --with-credentials.

The output should look like the following:

app@abcdef-example-magweb-cmbl:~$ hypernode-object-storage info
UUID         | d8770125-6c90-4770-b00f-1716f699990a
Name         | example-storage
Plan         | OS50GB
Versioning   | Disabled
Hypernodes   | example
Endpoint URL | **sensitive**
Access Key   | **sensitive**
Secret Key   | **sensitive**

Control Panel

  1. Go to the Control Panel.

  2. Click on the Object Storage tab in the left sidebar.

  3. Click your workspace.

  4. Click the Show credentials button in the top-right corner.

You can use the credentials and the URL now to configure remote storage for your application with the help of the following articles:

  1. How to configure remote storage for Magento 2.x

  2. How to configure remote storage for Shopware 6.x