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

LINGYUN.Abp.OssManagement.Tencent

Tencent Cloud OSS container interface implementation

Features

  • Implements object storage management based on Tencent Cloud COS
  • Supports basic operations including file upload, download, and deletion
  • Supports file sharding upload and breakpoint continuation
  • Integrates with Tencent Cloud COS access control and security mechanisms
  • Supports object expiration management
  • Supports temporary key access

Configuration

Module reference as needed:

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

Configuration Details

Required configuration items:

  • SecretId: Tencent Cloud access key ID
  • SecretKey: Tencent Cloud access key secret
  • Region: Region information
  • AppId: Application ID
  • Bucket: Bucket name
  • SecurityToken: Optional temporary security token

Notes

  • Recommended to use sub-account keys for access
  • Recommended to enable server-side encryption
  • Recommended to configure appropriate bucket policies
  • Recommended to enable logging functionality