-
Notifications
You must be signed in to change notification settings - Fork 83
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 required key 'Bucket' in params. #92
Comments
BTW, when I log the params in the param_validator.js I get something like this:
My guess is that somehow that aws object is not getting through? |
As per gulp-awsplugin docs it is expecting the credentials in format: I am not sure if it was always like this but the gulp-rev-all documentation needs to be updated. |
Thanks. I actually had just figured that out as well. They need to be updated for sure. That aws object is not formatted correctly for this. Also, there's no reference here at all about an upload path... which I'm also currently unsuccessfully implementing. |
For upload path check out their example here: I would argue this is unrelated to gulp-rev-all plugin besides the example code snippet needing updating. |
Update readme to fix credentials, fixes #92
I am getting this error when running gulp now after this integration and I can't seem to locate where it's gone wrong.
Here's the gulp/build portion of my gulpfile:
Everything runs perfectly fine without this.
The text was updated successfully, but these errors were encountered: