mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Configure Remote Storage (markdown)
parent
96c29c6535
commit
1aa657014f
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue