From 1889bb0072193840c4b43d276c212570d77443fc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Aug 2021 07:56:29 -0700 Subject: [PATCH] Updated Remote Storage Architecture (markdown) --- Remote-Storage-Architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Remote-Storage-Architecture.md b/Remote-Storage-Architecture.md index 9df0280..efd4682 100644 --- a/Remote-Storage-Architecture.md +++ b/Remote-Storage-Architecture.md @@ -43,7 +43,8 @@ There are no format changes to the files on the cloud. The mounted files will be The remote storage, e.g., AWS S3, can be [[configured|Configure Remote Storage]] and [[mounted|Mount Remote Storage]] directly to an empty folder in SeaweedFS. ``` # in "weed shell" -> remote.mount -dir=xxx -remote=cloud1/bucket +> remote.configure -name=cloud1 -type=s3 -access_key=xyz -secret_key=yyy +> remote.mount -dir=xxx -remote=cloud1/bucket ``` On mount, all the metadata will be pulled down and cached to the local filer store.