We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb2bfd commit 163aadaCopy full SHA for 163aada
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+Release v1.55.7 (2025-04-22)
2
+===
3
+
4
+### SDK Bugs
5
+* `service/s3/s3manager`: Abort multipart download if object is modified during download
6
+ * Fixes [4986](https://github.com/aws/aws-sdk-go/issues/4986)
7
8
Release v1.55.6 (2025-01-15)
9
===
10
aws/version.go
@@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
-const SDKVersion = "1.55.6"
+const SDKVersion = "1.55.7"
0 commit comments