squareboat / nest-storage

A multi-disk multi-driver filesystem manager for NestJS. 💾
https://squareboat.com/open-source/nestjs-boilerplate/storage
MIT License
100 stars 17 forks source link

Docs are wrong about S3 cofiguration #19

Open leandro-hermes opened 1 year ago

leandro-hermes commented 1 year ago

Docs are instructing us to set key and secret to configure S3 driver, but the code is actually expecting accessKey and secretKey.

Docs: image

Code: https://github.com/squareboat/nest-storage/blob/5702975c042c444ec4f7f367f09dd0171fe57fd6/lib/drivers/s3Storage.ts#L31-L34