From f9748e204ac32f4cec5b91abb04144337f9b4acc Mon Sep 17 00:00:00 2001 From: Alessandro Passaro Date: Mon, 9 Dec 2024 13:52:47 +0000 Subject: [PATCH] Update mountpoint-s3-client changelog Signed-off-by: Alessandro Passaro --- mountpoint-s3-client/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mountpoint-s3-client/CHANGELOG.md b/mountpoint-s3-client/CHANGELOG.md index 254f0ee15..64dc0f6c0 100644 --- a/mountpoint-s3-client/CHANGELOG.md +++ b/mountpoint-s3-client/CHANGELOG.md @@ -20,6 +20,8 @@ * Both `ObjectInfo` and `ChecksumAlgorithm` structs are now marked `non_exhaustive`, to indicate that new fields may be added in the future. `ChecksumAlgorithm` no longer implements `Copy`. ([#1086](https://github.com/awslabs/mountpoint-s3/pull/1086)) +* `put_object` method now waits for the `CreateMultipartUpload` request to complete before returning and may report errors earlier. + ([#1192](https://github.com/awslabs/mountpoint-s3/pull/1192)) ### Other changes