jeanbmar / payload-s3-upload

Send Payload CMS uploads to Amazon S3
MIT License
54 stars 9 forks source link

Update docs with @aws-sdk/client-s3 dependency #14

Open jamesryan-dev opened 1 year ago

jamesryan-dev commented 1 year ago

I recently upgraded from "^1.1.2" , to "^2.1.0" and as a result i needed to install @aws-sdk/client-s3 to get my application working again. Could this be added to some documentation?

jeanbmar commented 1 year ago

Sure, fair request. Note that this is a side-effect of Payload requiring legacy-peer-deps option, which prevents npm from installing peer dependencies :(.