This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new cb0a402bea HDDS-11859. Remove mention of fuse from s3 interface docs 
page (#7530)
cb0a402bea is described below

commit cb0a402bea59da76fe51c51cd61ab4bfe99417cb
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Dec 4 15:41:48 2024 -0500

    HDDS-11859. Remove mention of fuse from s3 interface docs page (#7530)
---
 hadoop-hdds/docs/content/interface/CSI.md   | 2 +-
 hadoop-hdds/docs/content/interface/S3.md    | 7 -------
 hadoop-hdds/docs/content/interface/S3.zh.md | 7 -------
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/hadoop-hdds/docs/content/interface/CSI.md 
b/hadoop-hdds/docs/content/interface/CSI.md
index 59b24c94d1..84bd89c049 100644
--- a/hadoop-hdds/docs/content/interface/CSI.md
+++ b/hadoop-hdds/docs/content/interface/CSI.md
@@ -57,7 +57,7 @@ Now, create the CSI related resources by execute the follow 
command.
 kubectl create -f /ozone/kubernetes/examples/ozone/csi
 ```
 
-## Crete pv-test and visit the result.
+## Create pv-test and visit the result.
 
 Create pv-test related resources by execute the follow command.
 
diff --git a/hadoop-hdds/docs/content/interface/S3.md 
b/hadoop-hdds/docs/content/interface/S3.md
index 1d0c5dcb4c..c2f0f3af9b 100644
--- a/hadoop-hdds/docs/content/interface/S3.md
+++ b/hadoop-hdds/docs/content/interface/S3.md
@@ -163,10 +163,3 @@ Or
 aws s3 ls --endpoint http://localhost:9878 s3://buckettest
 ```
 
-### S3 Fuse driver (goofys)
-
-[Goofys](https://github.com/kahing/goofys) is a S3 FUSE driver. As Ozone S3 
gateway is AWS S3 compatible, it can be used to mount any Ozone buckets as an 
OS level mounted filesystem.
-
-```bash
-goofys --endpoint http://localhost:9878 bucket1 /mount/bucket1
-```
diff --git a/hadoop-hdds/docs/content/interface/S3.zh.md 
b/hadoop-hdds/docs/content/interface/S3.zh.md
index e3b133a0e1..370098e091 100644
--- a/hadoop-hdds/docs/content/interface/S3.zh.md
+++ b/hadoop-hdds/docs/content/interface/S3.zh.md
@@ -142,10 +142,3 @@ aws s3api --endpoint http://localhost:9878 create-bucket 
--bucket buckettest
 aws s3 ls --endpoint http://localhost:9878 s3://buckettest
 ```
 
-### S3 Fuse 驱动(goofys)
-
-Goofys 是一个 S3 FUSE 驱动,可以将 Ozone 的桶挂载到 POSIX 文件系统。
-
-```bash
-goofys --endpoint http://localhost:9878 bucket1 /mount/bucket1
-```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to