fix: align backend APIs and upload flow
This commit is contained in:
@@ -34,9 +34,9 @@ namespace IM.InitCommon
|
||||
|
||||
public string? PublicBaseUrl { get; init; }
|
||||
|
||||
public string? AccessKeyId { get; init; }
|
||||
public string? AccessKeyId { get; set; }
|
||||
|
||||
public string? AccessKeySecret { get; init; }
|
||||
public string? AccessKeySecret { get; set; }
|
||||
|
||||
public string? LocalRootPath { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user