新的配置方式,新的SimApiStorage,移除了SimApiUPload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace SimApi.Configs
|
||||
{
|
||||
public class SimApiStorageOptions
|
||||
{
|
||||
public string Endpoint { get; set; }
|
||||
public string ServeUrl { get; set; }
|
||||
public string Bucket { get; set; }
|
||||
public string AccessKey { get; set; }
|
||||
public string SecretKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user