nest-storage icon indicating copy to clipboard operation
nest-storage copied to clipboard

Docs are wrong about S3 cofiguration

Open leandro-hermes opened this issue 1 year ago • 0 comments

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

leandro-hermes avatar Sep 12 '23 18:09 leandro-hermes