[PR #2205] [MERGED] feat: add UNSIGNED-PAYLOAD config option for S3-compatible stores #5531

Closed
opened 2026-04-16 13:41:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2205
Author: @kolaente
Created: 2/8/2026
Status: Merged
Merged: 2/8/2026
Merged by: @kolaente

Base: mainHead: fix-s3-unsigned-payload


📝 Commits (1)

  • 824bd06 feat: support UNSIGNED-PAYLOAD for S3-compatible stores

📊 Changes

3 files changed (+18 additions, -7 deletions)

View changed files

📝 config-raw.json (+5 -0)
📝 pkg/config/config.go (+9 -7)
📝 pkg/files/filehandling.go (+4 -0)

📄 Description

Adds files.s3.disablesigning config option that sends UNSIGNED-PAYLOAD instead of computing SHA256 hashes for S3 request signing which fixes XAmzContentSHA256Mismatch errors with S3-compatible providers like Ceph RadosGW and Clever Cloud Cellar

Resolves https://github.com/go-vikunja/vikunja/issues/2181


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2205 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-s3-unsigned-payload` --- ### 📝 Commits (1) - [`824bd06`](https://github.com/go-vikunja/vikunja/commit/824bd06e5488b40101b02da892c1a2f10bd8c788) feat: support UNSIGNED-PAYLOAD for S3-compatible stores ### 📊 Changes **3 files changed** (+18 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `config-raw.json` (+5 -0) 📝 `pkg/config/config.go` (+9 -7) 📝 `pkg/files/filehandling.go` (+4 -0) </details> ### 📄 Description Adds `files.s3.disablesigning` config option that sends `UNSIGNED-PAYLOAD` instead of computing SHA256 hashes for S3 request signing which fixes `XAmzContentSHA256Mismatch` errors with S3-compatible providers like Ceph RadosGW and Clever Cloud Cellar Resolves https://github.com/go-vikunja/vikunja/issues/2181 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:41:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5531