-
Notifications
You must be signed in to change notification settings - Fork 4
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
Getting SignatureDoesNotMatchError when trying to fetch the logs #1
Comments
This is most likely caused by an incorrect access key, could you double-check that?
|
The access key I used is correct but it has '+' in it. Can that be causing Regards, On Thu, Jul 30, 2015 at 5:12 PM, James Crosby [email protected]
|
That's possible – the access keys are read by the aws-sdk directly, so you could try one of the different options here for setting the keys: http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html |
@autopulated I have set the right keys. Not sure what is wrong. |
Hi,
I am getting following error when I run
tails3 --bucket=<bucket_name> --stage="development"
command:I have used
s3-streamlogger
to save winston logs over s3. Any idea why I might be getting this error?Thanks,
Raeesaa
The text was updated successfully, but these errors were encountered: