这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 

1.0 KiB

LINGYUN.Abp.OssManagement.Minio

MinIO implementation for OSS container management interface

Features

  • Implements object storage management based on MinIO
  • Supports basic operations including file upload, download, and deletion
  • Supports file sharding upload and breakpoint continuation
  • Integrates with MinIO access control and security mechanisms
  • Supports custom bucket policies

Configuration

Module reference as needed

Please refer to BlobStoring Minio for related configuration items.

[DependsOn(typeof(AbpOssManagementMinioModule))]
public class YouProjectModule : AbpModule
{
  // other
}

Configuration Details

Required configuration items:

  • EndPoint: MinIO server address
  • AccessKey: Access key
  • SecretKey: Secret key
  • BucketName: Bucket name
  • WithSSL: Whether to enable SSL connection
  • CreateBucketIfNotExists: Whether to create bucket if it doesn't exist