2021-06-03 13:43:46 +08:00
|
|
|
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; }
|
|
|
|
|
}
|
|
|
|
|
}
|