You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
352 B
352 B
LINGYUN.Abp.OssManagement.Minio
Oss容器管理接口的Minio实现
配置使用
模块按需引用
相关配置项请参考 BlobStoring Minio
[DependsOn(typeof(AbpOssManagementMinioModule))]
public class YouProjectModule : AbpModule
{
// other
}