diff --git a/docs/storage.md b/docs/storage.md index 5fceae5dee8..67555e4ddbb 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -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 @@ -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.