From 7776d60b4a2ce59d5318f4cf5c20a8813c1f1f29 Mon Sep 17 00:00:00 2001 From: Hritik Kothari Date: Mon, 31 Mar 2025 11:21:54 +0200 Subject: [PATCH 1/2] Add cancel cmd to obj storage docs --- .../object-storage/getting-started-with-object-storage.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md b/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md index 041a1859..01f13a93 100644 --- a/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md +++ b/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md @@ -63,6 +63,14 @@ app@testhypernode ~ # hypernode-object-storage info 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). +### Cancel/Delete Object Storage + +1. To cancel an Object Storage, you can ssh into the Hypernode that is linked to that Object Storage. +1. Run `hypernode-object-storage cancel` + +Note: The cancellation will be in effect from the end of the month. +Also if you change your mind or forgot to pull some data. It will still be available for 7 days after the cancellation. You can always reach out to the support team for help if that happens. + ### Managing objects in object storage You can manage your objects using the `hypernode-object-storage objects` subcommand. From c73fc5812f849754e4aded6347517b1092b4f418 Mon Sep 17 00:00:00 2001 From: Hritik Kothari Date: Mon, 31 Mar 2025 11:28:13 +0200 Subject: [PATCH 2/2] remove numbering --- .../object-storage/getting-started-with-object-storage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md b/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md index 01f13a93..06b715b7 100644 --- a/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md +++ b/docs/hypernode-platform/object-storage/getting-started-with-object-storage.md @@ -65,8 +65,7 @@ You can use the credentials and the URL now to configure remote storage for your ### Cancel/Delete Object Storage -1. To cancel an Object Storage, you can ssh into the Hypernode that is linked to that Object Storage. -1. Run `hypernode-object-storage cancel` +To cancel an Object Storage, you can ssh into the Hypernode that is linked to that Object Storage and run `hypernode-object-storage cancel` Note: The cancellation will be in effect from the end of the month. Also if you change your mind or forgot to pull some data. It will still be available for 7 days after the cancellation. You can always reach out to the support team for help if that happens.