mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Remote Storage Architecture (markdown)
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.
|
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"
|
# 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.
|
On mount, all the metadata will be pulled down and cached to the local filer store.
|
||||||
|
|
Loading…
Reference in a new issue