|
|
@ -2,9 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
namespace Volo.Abp.BlobStoring.Minio
|
|
|
|
namespace Volo.Abp.BlobStoring.Minio
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
/*
|
|
|
|
//Please set the correct connection string in secrets.json and continue the test.
|
|
|
|
//Please set the correct connection string in secrets.json and continue the test.
|
|
|
|
|
|
|
|
|
|
|
|
public class MinioBlobContainer_Tests : BlobContainer_Tests<AbpBlobStoringMinioTestModule>
|
|
|
|
public class MinioBlobContainer_Tests : BlobContainer_Tests<AbpBlobStoringMinioTestModule>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public MinioBlobContainer_Tests()
|
|
|
|
public MinioBlobContainer_Tests()
|
|
|
@ -13,5 +12,5 @@ namespace Volo.Abp.BlobStoring.Minio
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|