hezzze / strapi-provider-upload-oss

A provider for strapi server to upload file to Aliyun OSS
MIT License
62 stars 13 forks source link

feat: add internal option #19

Closed Miaonster closed 9 months ago

Miaonster commented 11 months ago

feature: add internal option.

When internal is true we can active the internal option of ali-oss, which will make put extremely faster and will save a lot of money.

https://github.com/ali-sdk/ali-oss#ossoptions

  • [internal] {Boolean} access OSS with aliyun internal network or not, default is false. If your servers are running on aliyun too, you can set true to save lot of money.

https://help.aliyun.com/document_detail/39584.html

image