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

handle no credentials config #14

Closed nicholashu closed 2 years ago

nicholashu commented 2 years ago

allows the plugin to work when an ECS task role is handling permission instead of exposing a key and secret.

zoomoid commented 2 years ago

Does the S3 Client require the absence of the "credentials" property entirely or is leaving the accessKeyId and secretAccessKey values as undefined maybe enough? I haven't seen unauthenticated access to a bucket ever being used.