-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Docs are instructing us to set key
and secret
to configure S3 driver, but the code is actually expecting accessKey
and secretKey
.
Code:
nest-storage/lib/drivers/s3Storage.ts
Lines 31 to 34 in 5702975
options["credentials"] = new Credentials({ | |
accessKeyId: config.accessKey, | |
secretAccessKey: config.secretKey, | |
}); |
blizarazu
Metadata
Metadata
Assignees
Labels
No labels