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.
957 B
957 B
LINGYUN.Abp.OssManagement.Aliyun
Aliyun OSS container interface implementation
Features
- Implements object storage management based on Aliyun OSS
- Supports basic operations including file upload, download, and deletion
- Supports file sharding upload and breakpoint continuation
- Integrates with Aliyun OSS access control and security mechanisms
Configuration
Module reference as needed:
[DependsOn(typeof(AbpOssManagementAliyunModule))]
public class YouProjectModule : AbpModule
{
// other
}
Configuration Details
Please refer to Aliyun OSS configuration documentation: Aliyun OSS Configuration
Required configuration items:
- AccessKeyId: Aliyun access key ID
- AccessKeySecret: Aliyun access key secret
- Endpoint: Aliyun OSS access domain
- SecurityToken: Optional security token