Updated Gateway to Remote Object Storage (markdown)

Chris Lu 2021-09-05 13:55:51 -07:00
parent 327fe24c40
commit 17ede02aa4

@ -1,4 +1,4 @@
# Context
# Intro
The [[Mount Remote Storage]] feature can mount one remote storage folder to one local folder.
```
@ -6,7 +6,7 @@ The [[Mount Remote Storage]] feature can mount one remote storage folder to one
> remote.mount -dir=/xxx -remote=cloud1/bucket
```
However, usually you may have multiple buckets in one cloud storage. How to synchronize them automatically?
However, you may have multiple buckets in one cloud storage. How to synchronize them automatically?
# Design