mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-07-11 10:21:13 +09:00
0141eae018
direct_upload_url_for now returns [blob, url] so the authenticated update test can assert blob.download matches the uploaded payload, not just the 204 status — guarding against a write landing at the wrong key or with the wrong content. Both update call sites destructure the tuple.