Updated Remote Storage Architecture (markdown)

Chris Lu 2021-08-14 07:56:29 -07:00
parent 121aba2878
commit 1889bb0072

@ -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.