MT-Libraries / ghost-oss-store

Ghost Aliyun OSS storage module.
Other
30 stars 17 forks source link

there should return https url after upload a image #18

Open chi-gao opened 1 year ago

chi-gao commented 1 year ago

when I used this storage adapter, the image url always is http rather than https. when I check the OSS SDK documentation, it shows that we should add secure: true when creating OSS client. the documentation is here. I have submit a PR to resolve this, please help to review it. thanks.