[PR #902] feat(#683): enhanced S3 storage compatibility for multiple providers #806

Open
opened 2026-03-02 03:41:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/902
Author: @realnoob007
Created: 2/17/2026
Status: 🔄 Open

Base: devHead: dev


📝 Commits (1)

  • 4b601f9 feat(#683): enhanced S3 storage compatibility for multiple providers

📊 Changes

8 files changed (+79 additions, -53 deletions)

View changed files

📝 messages/en.json (+2 -0)
📝 messages/ja.json (+2 -0)
📝 messages/pt-BR.json (+2 -0)
📝 messages/zh-TW.json (+2 -0)
📝 messages/zh.json (+2 -0)
📝 src/app/core/setting/imageHosting/s3.tsx (+17 -1)
📝 src/lib/imageHosting/s3.ts (+51 -52)
📝 src/stores/imageHosting.ts (+1 -0)

📄 Description

Refactor S3 URL building into unified buildS3Url() helper, extend virtual-hosted service detection to support Tencent Cloud COS, DigitalOcean Spaces, and Wasabi, and add forcePathStyle toggle for services like Cloudflare R2 and MinIO that require path-style URLs.

image

🔄 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/codexu/note-gen/pull/902 **Author:** [@realnoob007](https://github.com/realnoob007) **Created:** 2/17/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`4b601f9`](https://github.com/codexu/note-gen/commit/4b601f9b6d808a7b09baed3e3da3263891d4149a) feat(#683): enhanced S3 storage compatibility for multiple providers ### 📊 Changes **8 files changed** (+79 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+2 -0) 📝 `messages/ja.json` (+2 -0) 📝 `messages/pt-BR.json` (+2 -0) 📝 `messages/zh-TW.json` (+2 -0) 📝 `messages/zh.json` (+2 -0) 📝 `src/app/core/setting/imageHosting/s3.tsx` (+17 -1) 📝 `src/lib/imageHosting/s3.ts` (+51 -52) 📝 `src/stores/imageHosting.ts` (+1 -0) </details> ### 📄 Description Refactor S3 URL building into unified buildS3Url() helper, extend virtual-hosted service detection to support Tencent Cloud COS, DigitalOcean Spaces, and Wasabi, and add forcePathStyle toggle for services like Cloudflare R2 and MinIO that require path-style URLs. <img width="2720" height="1440" alt="image" src="https://github.com/user-attachments/assets/3b1aed65-6058-420a-84e1-801d2f617e99" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#806
No description provided.