From 08b77faa9f9bd72b64bcb0fc10eafa693e7dc42f Mon Sep 17 00:00:00 2001 From: burak Date: Mon, 16 Dec 2024 15:07:36 +0300 Subject: [PATCH] added contributors --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7faf38f26..32d302ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,12 @@ - Upgraded lanrat/extsort to v1.0.2 ([#717](https://github.com/peak/s5cmd/issues/717)) - Changed signaling channels by replacing `chan bool` with `chan struct{}` for efficiency. ([#733](https://github.com/peak/s5cmd/pull/733)) - #### Features - Added prefix and wildcard support to `cat` command. ([#716](https://github.com/peak/s5cmd/issues/716)) - Added `head` command. ([#730](https://github.com/peak/s5cmd/pull/730)) - Added go 1.22 support. ([#764](https://github.com/peak/s5cmd/pull/764)) [lizzzcai](https://github.com/lizzzcai) - Added `meta-directive` flag to `cp` command. ([#668](https://github.com/peak/s5cmd/pull/668)) - #### Bugfixes - Fixed the `cp` command to work with the `--content-type` flag when performing a copy operation from S3 to S3. ([#738](https://github.com/peak/s5cmd/issues/738)) - Fixed a bug in `sync` command where objects in Glacier storage at the destination were being overwrittenduring synchronization ([#712](https://github.com/peak/s5cmd/issues/712))