From 85e87167dae735adee382c7d603eafd7fab0b61c Mon Sep 17 00:00:00 2001 From: Andy Asp Date: Tue, 18 Jul 2023 16:21:58 -0400 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1859f47e70..285a769e621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ ### Tools +* [CHANGE] copyblocks: support for S3 was added as well as the ability to client-side copy between the same or different object storage services. Due to this, the tool now requires `-source-service` and `-destination-service` instead of `-service`. #5486 * [BUGFIX] Stop tools from panicking when `-help` flag is passed. #5412 * [BUGFIX] Remove github.com/golang/glog command line flags from tools. #5413