这是基于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.
 
 
 
 
 
 

1019 B

LINGYUN.Abp.OssManagement.Domain

Object Storage Management Module Domain Layer.

Features

  • Provides core domain models and business logic for object storage management
  • Defines basic operation interfaces for object storage containers and objects
  • Provides core logic for file processing and validation
  • Supports file sharding upload and breakpoint continuation
  • Supports extension of multiple storage providers

Configuration

AbpOssManagementOptions

  • StaticBuckets: List of static containers that cannot be deleted
  • IsCleanupEnabled: Whether to enable cleanup functionality, default: true
  • CleanupPeriod: Cleanup period, default: 3,600,000 ms
  • DisableTempPruning: Whether to disable cache directory cleanup job, default: false
  • MaximumTempSize: Number of items to clean per batch, default: 100
  • MinimumTempLifeSpan: Minimum cache object lifespan, default: 30 minutes
  • Processers: List of file stream processors