[PR #1509] [CLOSED] Add S3 file storage support #9305

Closed
opened 2026-04-23 08:53:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1509
Author: @ghost
Created: 9/15/2025
Status: Closed

Base: mainHead: feature/s3-support-new


📝 Commits (2)

  • 464bd44 Add S3 file storage support using afero-s3
  • cffd483 Merge branch 'main' into feature/s3-support-new

📊 Changes

5 files changed (+157 additions, -2 deletions)

View changed files

📝 go.mod (+3 -0)
📝 go.sum (+11 -0)
📝 pkg/config/config.go (+16 -0)
📝 pkg/files/filehandling.go (+37 -2)
pkg/files/s3_integration_test.go (+90 -0)

📄 Description

Fixes #1469


🔄 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/1509 **Author:** [@ghost](https://github.com/ghost) **Created:** 9/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/s3-support-new` --- ### 📝 Commits (2) - [`464bd44`](https://github.com/go-vikunja/vikunja/commit/464bd44a73bcbb652954ed93f5e47ad4b482fa2d) Add S3 file storage support using afero-s3 - [`cffd483`](https://github.com/go-vikunja/vikunja/commit/cffd4839c61dfbd8a9bca8be0d349b33d2be47aa) Merge branch 'main' into feature/s3-support-new ### 📊 Changes **5 files changed** (+157 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -0) 📝 `go.sum` (+11 -0) 📝 `pkg/config/config.go` (+16 -0) 📝 `pkg/files/filehandling.go` (+37 -2) ➕ `pkg/files/s3_integration_test.go` (+90 -0) </details> ### 📄 Description Fixes #1469 --- <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-23 08:53:03 -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#9305