feat: 优化

This commit is contained in:
2026-03-08 13:55:10 +08:00
parent 2aa459889a
commit 69835ae990
9 changed files with 484 additions and 310 deletions

View File

@@ -246,7 +246,7 @@ public class S3FileClient extends AbstractFileClient<S3FileClientConfig> {
.url().toString();
}
// 4. 替换为 CDN 域名
// 4. 替换为 CDN 域名(用户配置了自定义域名时使用)
if (StrUtil.isNotEmpty(config.getDomain())) {
return replaceUrlHost(signedUrl, config.getDomain());
}