aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-22 11:06:43 -0500
committerXe Iaso <me@xeiaso.net>2025-01-22 11:07:15 -0500
commitda2b58e3ad99a06e77d979f341de71b51f065b6d (patch)
treef9868a3221bd682bc5d03ca18f34ef02b707f02a
parentfe7d329d2a879b5d06cdfeeaf68bd0120376fbbc (diff)
downloadxesite-da2b58e3ad99a06e77d979f341de71b51f065b6d.tar.xz
xesite-da2b58e3ad99a06e77d979f341de71b51f065b6d.zip
notes: update minio
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/src/notes/2025/update-minio.mdx19
1 files changed, 19 insertions, 0 deletions
diff --git a/lume/src/notes/2025/update-minio.mdx b/lume/src/notes/2025/update-minio.mdx
new file mode 100644
index 0000000..0c74d48
--- /dev/null
+++ b/lume/src/notes/2025/update-minio.mdx
@@ -0,0 +1,19 @@
+---
+title: "Update MinIO to account for AWS SDK changes"
+desc: "TL;DR: docker pull && docker restart"
+date: 2025-01-22
+hero:
+ ai: sketch by Xe Iaso
+ file: container-airlift
+ prompt: "A hot air balloon raises a shipping container into the heavens"
+---
+
+Recent [AWS SDK changes](https://www.tigrisdata.com/blog/downgrade-py-js/) have broken many non-S3 object stores. MinIO has released [RELEASE.2025-01-20T14-49-07Z](https://github.com/minio/minio/releases/tag/RELEASE.2025-01-20T14-49-07Z) that fixes compatibility with these new SDK versions.
+
+If you do not update your MinIO instance, you will get error messages like this when using the AWS CLI, boto3, SDK for JavaScript, SDK for Java, or SDK for PHP:
+
+```
+upload failed: ./pvc.yaml to s3://radical/pvc.yaml An error occurred (MissingContentLength) when calling the PutObject operation: You must provide the Content-Length HTTP header.
+```
+
+Good luck!