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.