Skip to content

Commit f884c89

Browse files
keep obj storage consistent
1 parent cd34bb1 commit f884c89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/hypernode-platform/object-storage/getting-started-with-object-storage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from:
1111

1212
Hypernode Object Storage provides an option to store media files, assets, backups, documents, etc in a persistent, remote storage container.
1313

14-
Object storage eliminates redundancy and provides a centralized, scalable solution for storing application assets, session data, and backups.
14+
Object Storage eliminates redundancy and provides a centralized, scalable solution for storing application assets, session data, and backups.
1515

1616
By default, media files are stored in the same filesystem that contains the application. This is inefficient for complex, multi-server configurations, and can result in degraded performance when sharing resources.
1717

@@ -36,15 +36,15 @@ hypernode-object-storage --help
3636
1. Fill in the prompts with a name and desired storage.
3737
1. Confirm your order and give it a few minutes before your storage is ready.
3838

39-
Note: You can use one object storage across multiple Hypernodes. But you can only use one object storage space per Hypernode.
39+
Note: You can use one Object Storage across multiple Hypernodes. But you can only use one Object Storage space per Hypernode.
4040

4141
If you receive this error, please make sure to enable "Allow billing through CLI in the relevant Hypernode settings page"
4242

4343
```
44-
You do not have permission to order object storage for this Hypernode. Please ask the Hypernode owner to enable 'Allow billing through the CLI' in the Control Panel settings or via the API
44+
You do not have permission to order Object Storage for this Hypernode. Please ask the Hypernode owner to enable 'Allow billing through the CLI' in the Control Panel settings or via the API
4545
```
4646

47-
### Retrieve object storage
47+
### Retrieve Object Storage
4848

4949
1. Run `hypernode-object-storage info`
5050
1. If you want to retrieve your credentials for the workspace pass in the flag `--with-credentials`.
@@ -63,9 +63,9 @@ app@testhypernode ~ # hypernode-object-storage info
6363

6464
You can use the credentials and the URL now to configure remote storage for your application with the help of [this document](../../ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md).
6565

66-
### Cancel/Delete object storage
66+
### Cancel/Delete Object Storage
6767

68-
1. To cancel an Object storage, you can ssh into the Hypernode that is linked to that object storage.
68+
1. To cancel an Object Storage, you can ssh into the Hypernode that is linked to that Object Storage.
6969
1. Run `hypernode-object-storage cancel`
7070

7171
Note: The cancellation will be in effect from the end of the month.

0 commit comments

Comments
 (0)