From 97328e5755de078e56c2cb4bef86fafac58542c0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 2 Nov 2021 10:07:58 -0700 Subject: [PATCH] Improve description for SeaweedFS --- docs/content/s3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/s3.md b/docs/content/s3.md index 15791ba86..434ed51af 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -2372,7 +2372,9 @@ storage_class = [SeaweedFS](https://github.com/chrislusf/seaweedfs/) is a distributed storage system for blobs, objects, files, and data lake, with O(1) disk seek and a scalable file metadata store. -It has an S3 compatible object storage interface. +It has an S3 compatible object storage interface. SeaweedFS can also act as a +[gateway to remote S3 compatible object store](https://github.com/chrislusf/seaweedfs/wiki/Gateway-to-Remote-Object-Storage) +to cache data and metadata with asynchronous write back, for fast local speed and minimize access cost. Assuming the SeaweedFS are configured with `weed shell` as such: ```