-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing aws key? #1
Comments
I'm encountering this problem too. |
same... |
👍 |
If anyone is still seeing this bug, the issue is that mongoose-attachments-knox doesn't return a reference to mongoose-attachments as the documentation claims (at least the version currently published to npm doesn't). Rather than
do
|
Thanks @jacobmoe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I run my node app, i get the following error:
if (!options.key) throw new Error('aws "key" required');
Error: aws "key" required
here is my code, I am following convention.
http://pastebin.com/9yZU8MSQ
The text was updated successfully, but these errors were encountered: