Support access with custom endpoint

This commit is contained in:
2025-12-27 15:50:26 +08:00
parent 6e1b67609a
commit fc61235d0c
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ public class RemoteStorageConfig
public string Region { get; set; } = string.Empty;
public string Bucket { get; set; } = string.Empty;
public string Endpoint { get; set; } = string.Empty;
public string? AccessEndpoint { get; set; }
public string SecretId { get; set; } = string.Empty;
public string SecretKey { get; set; } = string.Empty;
public bool EnableSigned { get; set; }