Skip to content

Commit

Permalink
doc: improve Storj doc (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Sep 16, 2022
1 parent 471513a commit e8594f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/guide/how_to_set_up_object_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ juicefs format \
myjfs
```

:::caution
Storj DCS [ListObjects](https://github.com/storj/gateway-st/blob/main/docs/s3-compatibility.md#listobjects) API is not fully S3 compatible (result list is not sorted), so some features of juicefs do not work. For example, `juicefs gc`, `juicefs fsck`, `juicefs sync`, `juicefs destroy`. And when using `juicefs mount`, you need to disable [automatic-backup](../administration/metadata_dump_load.md#automatic-backup) function by adding `--backup-meta 0`.
:::

## Vultr Object Storage

Vultr Object Storage is an S3-compatible storage, using `s3` for `--storage` option. The format of the option `--bucket` is `https://<bucket>.<region>.vultrobjects.com/`. For example:
Expand Down
4 changes: 4 additions & 0 deletions docs/zh_cn/guide/how_to_set_up_object_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ juicefs format \
myjfs
```

:::caution 特别提示
因为 Storj DCS 的 [ListObjects](https://github.com/storj/gateway-st/blob/main/docs/s3-compatibility.md#listobjects) API 并非完全 S3 兼容(返回结果没有实现排序功能),所以 juicefs 的部分功能无法使用,比如 `juicefs gc``juicefs fsck``juicefs sync``juicefs destroy`。另外,使用 `juicefs mount` 时需要关闭[元数据自动备份](../administration/metadata_dump_load.md#自动备份)功能,即加上 `--backup-meta 0`
:::

## Vultr 对象存储

Vultr 的对象存储兼容 S3 API,存储类型使用 `s3``--bucket` 格式为 `https://<bucket>.<region>.vultrobjects.com/`。例如:
Expand Down

0 comments on commit e8594f4

Please sign in to comment.