You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hypernode-platform/object-storage/getting-started-with-object-storage.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ redirect_from:
11
11
12
12
Hypernode Object Storage provides an option to store media files, assets, backups, documents, etc in a persistent, remote storage container.
13
13
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.
15
15
16
16
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.
1. Fill in the prompts with a name and desired storage.
37
37
1. Confirm your order and give it a few minutes before your storage is ready.
38
38
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.
40
40
41
41
If you receive this error, please make sure to enable "Allow billing through CLI in the relevant Hypernode settings page"
42
42
43
43
```
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
45
45
```
46
46
47
-
### Retrieve object storage
47
+
### Retrieve Object Storage
48
48
49
49
1. Run `hypernode-object-storage info`
50
50
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
63
63
64
64
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).
65
65
66
-
### Cancel/Delete object storage
66
+
### Cancel/Delete Object Storage
67
67
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.
69
69
1. Run `hypernode-object-storage cancel`
70
70
71
71
Note: The cancellation will be in effect from the end of the month.
0 commit comments