drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
81 stars 25 forks source link

chore: update aws-sdk to v3 and accept s3 region #135

Closed ajuste closed 5 months ago

ajuste commented 5 months ago

Upgrading aws-sdk to v3 (v2 is deprecated) and also included the option to pass region for s3, otherwise it fails to find the AWS keys on environments where region is not configured globally.

drodil commented 5 months ago

Thanks for this!