aws4
aws4 copied to clipboard
A Go package for AWS Signature version 4
path.filepath.Clean is SYSTEM DEPENDEND (and I suspect it changes "/" with "\") but it's used in writeURI to "clean" a URL (with "/"). use path.Clean instead (but I didn't want...
When digging into Issue #4 it turned out to be a slight difference in spelling of the environment variables. This change makes such a case an explicit error. Closes #4.
I'm considering using this for something, but unfortunately without a license I have no way of knowing whether or not it will be legal to do so. You should add...
gato:aws4 eikeon$ go test --- FAIL: Example_jSONBody (748.041756ms) got: 400 want: 200 --- FAIL: Example_formEncodedBody (523.742234ms) got: 403 want: 200 FAIL exit status 1 FAIL github.com/bmizerany/aws4 1.345s This is running...
I'm running into a problem where the same piece of code works on a Mac, but not in Windows, where, instead, I receive responses like this from AWS: ``` xml...