这是基于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.
 
 
 
 
 
 
colin 3936107340 upgrade: upgrade abp to 10.0.2 2 months ago
..
LINGYUN/Abp/OssManagement fix(blobstoring): fix the issue of downloading large objects 5 months ago
System feat(oss-management): extract OSS stream processing to the basic module 1 year ago
FodyWeavers.xml chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
FodyWeavers.xsd chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Abp.OssManagement.Domain.csproj upgrade: upgrade abp to 10.0.2 2 months ago
README.EN.md feat(docs): 添加Oss管理模块文档 1 year ago
README.md feat(docs): 添加Oss管理模块文档 1 year ago

README.md

LINGYUN.Abp.OssManagement.Domain

对象存储管理模块领域层。

功能

  • 提供对象存储管理的核心领域模型和业务逻辑
  • 定义对象存储容器和对象的基本操作接口
  • 提供文件处理和验证的核心逻辑
  • 支持文件分片上传和断点续传
  • 支持多种存储提供程序的扩展

配置项

AbpOssManagementOptions

  • StaticBuckets: 静态容器列表,这些容器不允许被删除
  • IsCleanupEnabled: 是否启用清理功能,默认:true
  • CleanupPeriod: 清理周期,默认:3,600,000 ms
  • DisableTempPruning: 是否禁用缓存目录清除作业,默认:false
  • MaximumTempSize: 每批次清理数量,默认:100
  • MinimumTempLifeSpan: 最小缓存对象寿命,默认:30分钟
  • Processers: 文件流处理器列表

链接