zoomoid / strapi-provider-upload-aws-s3-advanced

A partial fork of https://github.com/strapi/strapi to extend the S3 Upload Provider to support path prefixes inside a bucket
MIT License
27 stars 23 forks source link

node 20 support #30

Closed pranavks closed 7 months ago

pranavks commented 7 months ago

Node 20 is LTS now. We are unable to upgrade to Node 20 because the package allows upto Node 18 only. It would be great to have this done.

zoomoid commented 7 months ago

Thanks, can you open a PR for this?

zoomoid commented 7 months ago

Please consider moving to the in-tree provider of strapi, they included all functionality of this plugin over the last iterations, notably baseUrl, prefix (which they call rootUrl), and the use of TypeScript. If you run strapi with Node 20, i can assume your version is fairly recent and you should be able to just move the configuration over.

Closing this issue with regards to ab743a132624cc58415654f69476d7e686b2c271