From b01f8dd55eb1494a127cfa62a2ada8560cebb0e0 Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Wed, 23 Oct 2024 13:03:11 +0700 Subject: [PATCH] updated the description for the deleting using the Objects Browser * added a link to a FileZilla Storj native integration --- app/(docs)/dcs/buckets/delete-buckets/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(docs)/dcs/buckets/delete-buckets/page.md b/app/(docs)/dcs/buckets/delete-buckets/page.md index ed91c5c1f..acc47f404 100644 --- a/app/(docs)/dcs/buckets/delete-buckets/page.md +++ b/app/(docs)/dcs/buckets/delete-buckets/page.md @@ -81,12 +81,12 @@ uplink rm --recursive --encrypted --parallelism 30 sj://my-bucket {% tab label="Storj Console" %} -[](docId:4oDAezF-FcfPr0WPl7knd#deleting-buckets) +[Objects Browser|Deleting buckets](docId:4oDAezF-FcfPr0WPl7knd#deleting-buckets) {% callout type="warning" %} If there are millions of objects, it could timeout. In that case it's highly recommended to use [`rclone purge`](https://rclone.org/commands/rclone_purge/), [`uplink rb --force`](docId:Wo5-shT0hZDNMeyM1kA12), [`aws s3 rb --force`](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html), -[](docId:QQGzEDU8o-IodQWmr7xP3) or [](docId:3Vj_5zZ99c4mTMRhQjGFM) (_**FileZilla Free** wouldn't work if the encryption phrase is lost, you need to use [**FileZilla PRO with Storj S3 integration**](docId:APk9353kCNcg5PKRPQ06u#storj-file-zilla-pro-via-gateway-mt)_) +[](docId:QQGzEDU8o-IodQWmr7xP3) even if the encryption phrase is lost or [](docId:3Vj_5zZ99c4mTMRhQjGFM) (_[**FileZilla Free**](docId:OkJongWeLGhPy4KKz34W4) or [**FileZilla PRO with a Storj Native integration**](docId:APk9353kCNcg5PKRPQ06u#storj-file-zilla-pro-via-native-uplink) wouldn't work if the encryption phrase is lost, you need to use [**FileZilla PRO with Storj S3 integration**](docId:APk9353kCNcg5PKRPQ06u#storj-file-zilla-pro-via-gateway-mt) in that case_) {% /callout %} {% /tab %}