想拉取最新版本 - #675
Open
vip589455 wants to merge 916 commits into
Open
Conversation
新增功能: - 支持为 S3 渠道配置自定义 CDN 域名 - 上传时自动生成完整的 CDN 文件路径并存储到 metadata - 读取文件时优先使用 CDN,失败时自动回退到 S3 API - 管理面板支持配置和查看 CDN 域名 - 文件详情页面新增 S3 CDN URL 标签页
新增功能: - 支持为 S3 渠道配置自定义 CDN 域名 - 上传时自动生成完整的 CDN 文件路径并存储到 metadata - 读取文件时优先使用 CDN,失败时自动回退到 S3 API - 管理面板支持配置和查看 CDN 域名 - 文件详情页面新增 S3 CDN URL 标签页
fix: prevent metadata credential leaks
When urlPrefix is configured in page settings, the upload API now returns a `publicUrl` field in addition to the existing `src` field, allowing clients to directly access files via the configured public domain (e.g. R2 custom domain) without needing to reconstruct the URL.
Chunked upload (uploadLargeFileToTelegram) and chunk merge responses now also include publicUrl field when urlPrefix is configured, matching the behavior of regular uploads.
feat: 上传 API 返回值新增 publicUrl 字段
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
想拉取最新版本