AdamZikmund / strapi-provider-upload-digitalocean

Digital ocean spaces provider for Strapi upload plugin
MIT License
13 stars 47 forks source link

Enable CDN support #2

Closed JordanBCX closed 5 years ago

JordanBCX commented 5 years ago

The changes made have added a config option alongside the preexisting authentication options. I've tested uploading with and without the CDN enabled, uploading was successful both times.

I'm not sure why lodash was included initially as it was unused and the provider functioned without it, if it is a requirement of Strapi it can easily be added back.

JordanBCX commented 5 years ago

Any update on the merge? I want to use this in production without republishing the package to NPM.

JordanBCX commented 5 years ago

I've made the changes you were after, hopefully they look good enough for you.

JordanBCX commented 5 years ago

Could you also publish to NPM, thanks. @AdamZikmund