Leandro Hermes Neto
Leandro Hermes Neto
### Feature Description Today, the plugin already suggests the attributes and enable navigation for the form request's attributes accessed via magic method. It would be great if they were also...
[Docs](https://squareboat.com/open-source/nestjs-boilerplate/storage#amazon-s3) are instructing us to set `key` and `secret` to configure S3 driver, but [the code](https://github.com/squareboat/nest-storage/blob/5702975c042c444ec4f7f367f09dd0171fe57fd6/lib/drivers/s3Storage.ts#L31-L34) is actually expecting `accessKey` and `secretKey`. Docs:  Code: https://github.com/squareboat/nest-storage/blob/5702975c042c444ec4f7f367f09dd0171fe57fd6/lib/drivers/s3Storage.ts#L31-L34