From 1aa657014f8c4fe04b80d1e27385ded89ca0a271 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 29 Aug 2021 19:32:37 -0700 Subject: [PATCH] Updated Configure Remote Storage (markdown) --- Configure-Remote-Storage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Configure-Remote-Storage.md b/Configure-Remote-Storage.md index d98c309..cefe2e4 100644 --- a/Configure-Remote-Storage.md +++ b/Configure-Remote-Storage.md @@ -1,3 +1,19 @@ +# Supported Vendors + +| Name | Type | Note | Reference | +| -- | -- | -- | -- | +| AWS S3 | s3 | | | +| Google Cloud Storage | gcs | | https://cloud.google.com/docs/authentication/getting-started | +| Azure Blob Storage | azure | | https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage | +| BackBlaze | b2 | Endpoint format: `s3.[region]. backblazeb2.com` | https://help.backblaze.com/hc/en-us/articles/360047425453-Getting-Started-with-the-S3-Compatible-API | +| Wasabi | wasabi | Endpoint format: `s3.[region].wasabisys.com` | https://wasabi-support.zendesk.com/hc/en-us/articles/360015106031-What-are-the-service-URLs-for-Wasabi-s-different-storage-regions- | +| Aliyun 对象存储 OSS | aliyun | Endpoint format: `oss-[region]-aliyuncs.com` | https://help.aliyun.com/document_detail/31837.htm | +| Tencent 对象存储 COS | tencent | Endpoint format: `cos.[region].myqcloud.com`. Region not needed to configure. | https://cloud.tencent.com/document/product/436/6224 | +| Baidu 对象存储 BOS | baidu | Endpoint format: `s3.[region].bcebos.com`. | https://cloud.baidu.com/doc/BOS/s/ojwvyq973 | +| HDFS | hdfs | | | + + +# Configure Remote Storage Remote Storage should be configured first before being used. Run `remote.configure` in `weed shell`: