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
26 stars 23 forks source link

Add working v4.0.2 config to README #2

Closed aaronclimbs closed 2 years ago

aaronclimbs commented 2 years ago

This was how I was able to get it working for me - the format of the upload provider config was slightly different and needed to be adapted to version 4. I think this should potentially be above the config for <4.0.0, but I leave that to you.

This would close #1

zoomoid commented 2 years ago

With the adoptions requested above I was able to reproduce that the plugin works with strapi >= 4.0.0, so this is good to go after the changes 🎉

aaronclimbs commented 2 years ago

These comments should be addressed now