未验证 提交 d94b3f6b 编写于 作者: C Changjian Gao 提交者: GitHub

Add eos doc (#208)

上级 130777a6
......@@ -25,8 +25,9 @@ This table lists all JuiceFS supported object storage, when you format a volume
| NetEase Object Storage | `nos` |
| QingStor Object Storage | `qingstor` |
| Qiniu Cloud Object Storage | `qiniu` |
| CTYun Object-Oriented Storage | `oos` |
| Sina Cloud Storage | `scs` |
| CTYun Object-Oriented Storage | `oos` |
| ECloud (China Mobile Cloud) Object Storage | `eos` |
| SpeedyCloud Object Storage | `speedy` |
| UCloud US3 | `ufile` |
| Ceph RADOS | `ceph` |
......@@ -352,6 +353,20 @@ $ ./juicefs format \
localhost test
```
## Sina Cloud Storage
Please follow [this document](https://scs.sinacloud.com/doc/scs/guide/quick_start#accesskey) to learn how to get access key and secret key.
The `--bucket` option format is `https://<bucket>.stor.sinaapp.com`. For example:
```bash
$ ./juicefs format \
--storage scs \
--bucket https://<bucket>.stor.sinaapp.com \
... \
localhost test
```
## CTYun Object-Oriented Storage
Please follow [this document](https://www.ctyun.cn/help2/10000101/10473683) to learn how to get access key and secret key.
......@@ -366,16 +381,16 @@ $ ./juicefs format \
localhost test
```
## Sina Cloud Storage
## ECloud (China Mobile Cloud) Object Storage
Please follow [this document](https://scs.sinacloud.com/doc/scs/guide/quick_start#accesskey) to learn how to get access key and secret key.
Please follow [this document](https://ecloud.10086.cn/op-help-center/doc/article/24501) to learn how to get access key and secret key.
The `--bucket` option format is `https://<bucket>.stor.sinaapp.com`. For example:
ECloud Object Storage provides [multiple endpoints](https://ecloud.10086.cn/op-help-center/doc/article/40956) for each region, depends on your network (e.g. public or internal network), you should use appropriate endpoint. For example:
```bash
$ ./juicefs format \
--storage scs \
--bucket https://<bucket>.stor.sinaapp.com \
--storage eos \
--bucket https://<bucket>.<endpoint> \
... \
localhost test
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册