From 41fea9bc52474af962cd84a032ad68889b6aef17 Mon Sep 17 00:00:00 2001 From: Jinhu Wu Date: Fri, 25 Oct 2019 17:16:20 +0800 Subject: [PATCH] fix docs (#1683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wujinhu Signed-off-by: Giedrius Statkevičius --- CHANGELOG.md | 2 +- docs/storage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17c57819b4..059eddbcc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel ### Added - [#1660](https://github.com/thanos-io/thanos/pull/1660) Add a new `--prometheus.ready_timeout` CLI option to the sidecar to set how long to wait until Prometheus starts up. -- [#1573](https://github.com/thanos-io/thanos/pull/1573) `AliYun OSS` object storage, see [documents](docs/storage.md#aliyun-oss-configuration) for further information. +- [#1573](https://github.com/thanos-io/thanos/pull/1573) `AliYun OSS` object storage, see [documents](docs/storage.md#aliyun-oss) for further information. - [#1680](https://github.com/thanos-io/thanos/pull/1680) Add a new `--http-grace-period` CLI option to components which serve HTTP to set how long to wait until HTTP Server shuts down. ### Fixed diff --git a/docs/storage.md b/docs/storage.md index 2abd2b5ea14..27f4499af33 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -338,7 +338,7 @@ config: Set the flags `--objstore.config-file` to reference to the configuration file. -## AliYun OSS Configuration +## AliYun OSS In order to use AliYun OSS object storage, you should first create a bucket with proper Storage Class , ACLs and get the access key on the AliYun cloud. Go to [https://www.alibabacloud.com/product/oss](https://www.alibabacloud.com/product/oss) for more detail. To use AliYun OSS object storage, please specify following yaml configuration file in `objstore.config*` flag.