Merge branch 'master' of https://gitea.nxsir.cn/nanxun/IM_NEW
This commit is contained in:
@@ -22,6 +22,12 @@ namespace IM.InitCommon
|
||||
|
||||
public string Bucket { get; init; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 公开读桶名;Local provider 下作为 public 目录名使用。
|
||||
/// 文件所在 Bucket == PublicBucket 即视为公开,可生成直链。
|
||||
/// </summary>
|
||||
public string? PublicBucket { get; init; }
|
||||
|
||||
public string Region { get; init; } = default!;
|
||||
|
||||
public string? Endpoint { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user