fix: change s3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace mws.backend.dotnet.infrastructure.Storage;
|
||||
|
||||
public class MinioOptions
|
||||
{
|
||||
public string Endpoint { get; set; } = "https://minio.koda.id.vn";
|
||||
public string AccessKey { get; set; } = string.Empty;
|
||||
public string SecretKey { get; set; } = string.Empty;
|
||||
public string Bucket { get; set; } = "mws";
|
||||
}
|
||||
Reference in New Issue
Block a user