Skip to content

Commit

Permalink
fmt docs/storage.md
Browse files Browse the repository at this point in the history
Signed-off-by: yahaa <[email protected]>
  • Loading branch information
yahaa committed Aug 23, 2021
1 parent 68c9388 commit 4641161
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ Use --objstore.config-file to reference to this configuration file.

#### Baidu BOS

In order to use Baidu BOS object storage, you should apply for a Baidu Account and create an object storage bucket first. Refer to [Baidu Cloud Documents](https://cloud.baidu.com/doc/BOS/index.html) for more details.
To use Baidu BOS object storage, please specify the following yaml configuration file in `--objstore.config*` flag.
In order to use Baidu BOS object storage, you should apply for a Baidu Account and create an object storage bucket first. Refer to [Baidu Cloud Documents](https://cloud.baidu.com/doc/BOS/index.html) for more details. To use Baidu BOS object storage, please specify the following yaml configuration file in `--objstore.config*` flag.

```yaml mdox-exec="go run scripts/cfggen/main.go --name=bos.Config"
type: BOS
Expand All @@ -426,7 +425,6 @@ config:
secret_key: ""
```


#### Filesystem

This storage type is used when user wants to store and access the bucket in the local filesystem. We treat filesystem the same way we would treat object storage, so all optimization for remote bucket applies even though, we might have the files locally.
Expand Down

0 comments on commit 4641161

Please sign in to comment.