From 0bf2b2d35afe45e70a9159a7d639a81d228fbd6e Mon Sep 17 00:00:00 2001 From: Lukasz Jernas Date: Tue, 30 Jul 2019 16:19:46 +0200 Subject: [PATCH] Add changelog entry for S3 option Signed-off-by: Lukasz Jernas --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3ebe3dae..c485a31c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We use *breaking* word for marking changes that are not backward compatible (rel ## Unreleased. +### Added + +- [#1358](https://github.com/thanos-io/thanos/pull/1358) Added `part_size` configuration option for HTTP multipart requests minimum part size for S3 storage type + +### Changed + - [#1338](https://github.com/thanos-io/thanos/pull/1338) Querier still warns on store API duplicate, but allows a single one from duplicated set. This is gracefully warn about the problematic logic and not disrupt immediately. ### Fixed