ghost-oss-store
ghost-oss-store copied to clipboard
there should return https url after upload a image
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.