diff --git a/Configure-Remote-Storage.md b/Configure-Remote-Storage.md index cefe2e4..fbccd21 100644 --- a/Configure-Remote-Storage.md +++ b/Configure-Remote-Storage.md @@ -7,6 +7,7 @@ | 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` | | 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 |