From ff6e2961c3730905f9e306f57962362cc3952ca6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 10 Aug 2021 01:06:54 -0700 Subject: [PATCH] Updated Remote Storage Architecture (markdown) --- Remote-Storage-Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote-Storage-Architecture.md b/Remote-Storage-Architecture.md index f91f8e1..45a1c23 100644 --- a/Remote-Storage-Architecture.md +++ b/Remote-Storage-Architecture.md @@ -33,7 +33,7 @@ With this feature, SeaweedFS can cache data that is on cloud. It can cache metad [HDFS|Mount|HTTP|S3|WebDAV] ==> Filer(metadata cache) ==> Volume Servers (data cache) ==> `weed filer.remote.sync` ==> Cloud ``` -There are no format changes to the files on the cloud. +There are no format changes to the files on the cloud. The mounted files will be just normal files on the cloud storage, and can be consumed by the cloud ecosystem. ## Mount Remote Storage