From 9fc6a2ff7bbdd5495af2e005faf8bc8dabd29bb0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 30 Aug 2021 17:46:43 -0700 Subject: [PATCH] Updated Configure Remote Storage (markdown) --- Configure-Remote-Storage.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Configure-Remote-Storage.md b/Configure-Remote-Storage.md index fbccd21..ddf59ac 100644 --- a/Configure-Remote-Storage.md +++ b/Configure-Remote-Storage.md @@ -7,10 +7,11 @@ | 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- | -| Storj | s3 | | example: `remote.configure -s3.access_key=xxx -s3.secret_key=yyy -s3.endpoint=https://gateway.us1.storjshare.io -type=s3 -name=storj` | +| Storj | storj | | | +| Filebase | filebase | | | | 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 | +| Tencent 对象存储 COS | tencent | Endpoint format: `cos.[region].myqcloud.com` | 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 | | |