From be878f31702fd7d10ae5d72de9a37bd7562a8e98 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Thu, 25 Jun 2026 21:57:09 -0700 Subject: [PATCH] fix(deps): bump multistore to the non-S3 streaming-upload guard main pins the multistore aws-chunked branch at 71b1513a (the original stream-resign commit). Bump to 71e51edd, which adds a 4-agent-review fix: a default aws-chunked PUT to a non-S3 backend (azure) was mis-routing into the S3-only seed-signing path instead of being rejected. Also drops a dead re-read and adds regression tests. multistore PR: https://github.com/developmentseed/multistore/pull/92 Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a07d44d..fd4dabb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "multistore" version = "0.6.0" -source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71b1513a7eacb866328a72eb85818603e859424c" +source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71e51edda762322d20f852f42b4a338f53264750" dependencies = [ "async-trait", "base64", @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "multistore-cf-workers" version = "0.6.0" -source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71b1513a7eacb866328a72eb85818603e859424c" +source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71e51edda762322d20f852f42b4a338f53264750" dependencies = [ "async-trait", "bytes", @@ -960,7 +960,7 @@ dependencies = [ [[package]] name = "multistore-oidc-provider" version = "0.6.0" -source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71b1513a7eacb866328a72eb85818603e859424c" +source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71e51edda762322d20f852f42b4a338f53264750" dependencies = [ "base64", "chrono", @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "multistore-path-mapping" version = "0.6.0" -source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71b1513a7eacb866328a72eb85818603e859424c" +source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71e51edda762322d20f852f42b4a338f53264750" dependencies = [ "multistore", "percent-encoding", @@ -989,7 +989,7 @@ dependencies = [ [[package]] name = "multistore-sts" version = "0.6.0" -source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71b1513a7eacb866328a72eb85818603e859424c" +source = "git+https://github.com/developmentseed/multistore?branch=fix%2Fdecode-aws-chunked-writes#71e51edda762322d20f852f42b4a338f53264750" dependencies = [ "aes-gcm", "base64",