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)
SSH into your server.
Run
hypernode-object-storage create
Fill in the prompts with a name and desired storage.
Confirm your order and give it a few minutes before your storage is ready.
Control Panel
Go to the Control Panel.
Click the Order a workspace button in the top-right.
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)
Run
hypernode-object-storage info
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
Go to the Control Panel.
Click on the Object Storage tab in the left sidebar.
Click your workspace.
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: