Open GoogleCodeExporter opened 8 years ago
OK, sorry for the noise. The error was a 41 byte long secrets file.
Is there a way to catch those (didn't see anything), and also, any plans for
.s3bashrc? :)
Original comment by klimp...@gmail.com
on 28 May 2008 at 5:55
How did you diagnose and fix this issue?
Original comment by philwin...@gmail.com
on 28 Aug 2008 at 3:25
I think I provided the "clue"? =) I just made sure the secrets file is 40 byte,
I
think a simple "ls -l /path/to/your/secrets/file" will do the trick and show
you if
the file is of correct size.
Original comment by klimp...@gmail.com
on 28 Aug 2008 at 10:26
My 40 character secret key is always saving as a 41 byte file. I'm getting this
same
problem.
Original comment by fitzt...@gmail.com
on 22 Oct 2008 at 3:13
Strike that. The discussion from Issue #1 helped me solve it. Props to azulgan's
comment #15 making it easy.
Original comment by fitzt...@gmail.com
on 22 Oct 2008 at 3:32
Easily fixed by using something other than VIM or Notepad. Try using nano -
that's
how I fixed mine. The problem is that a lot of text editors append a line return
character at the end.
Original comment by philwin...@gmail.com
on 22 Oct 2008 at 3:32
Try this to fix your secret key file:
echo -n "yourSecretKey" > secret_key_file
Original comment by dtompk...@gmail.com
on 25 Nov 2008 at 11:42
Original issue reported on code.google.com by
klimp...@gmail.com
on 28 May 2008 at 5:34