AliyunOSS

Component ID

2067613

Component name

AliyunOSS

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The AliyunOSS ( Aliyun Open Storage Service ) module allows the local file system to be replaced with OSS. Uploads are saved into the drupal file table using D7's new file/stream wrapper system.

Requirements:

AliyunOSS 是一个利用阿里云存储服务(OpenStorageService,简称OSS)进行文件存储的 Drupal 模块。
主要功能:

  • å°† OSS 代替本地文件系统。
  • 只作为图像、视频等字段的文件存储系统。
  • 在OSS与本地文件系统之间自由切换。
  • 兼容 Drupal 文件字段、图片字段,支持多个文件拖曳、批量上传。
  • 支持图像样式(image styles),可以根据指定的图像样式规则生成缩略图。
  • 提供文件元数据缓存,减少对 OSS 的调用次数(最直接效益:少花钱)。
  • 良好的防盗链支持:支持利用 Bucket私有读写权限防盗链。