Jose Luis Martinez
Jose Luis Martinez
In the past I tried changing the XML Parser (It's documented in this ticket) without much luck due to difference of handling edge cases, but at least the test suite...
I've just opened the branch https://github.com/pplu/aws-sdk-perl/tree/xml2hash to see how tests look. I've substituted XML::Simple for XML::Hash::XS, and there are test failures. They basically seem related to the fact that Paws...
Hi, IIRC we are throwing an exception because at some point in time AWS has returned invalid XML on non-200 responses (the test suite tries to covers more cases). The...
Hi, I've imported the branch so travis runs the full test suite: it looks like the code was there to let the user specify with what region to sign when...
Hi, I'm not using Glacier API, so haven't haven't dedicated much time to it, but thanks to your report about what's going on, we can get that fixed. What API...
I've just pushed a branch with a fix to the header problem: https://github.com/pplu/aws-sdk-perl/tree/feature/fix-glacier-version. Would you mind trying out your code with this branch? (just shout if you have doubts on...
I've pushed a version with this hopefully fixed to https://github.com/pplu/aws-sdk-perl/tree/feature/fix-glacier-version. Thanks for the concise information regarding where the bug was happening. It has really determined that this could be fixed...
Hi, Just a ping to know if everything is working for you
@realflash : Looks like the problem is: ``` t/10_responses.t (Wstat: 9 Tests: 8013 Failed: 0) TODO passed: 6364, 6370, 7896 Non-zero wait status: 9 Parse errors: No plan found in...
Thanks @showaltb for helping @JamieFBousfield! I'm maintaining the Signer::AWSv4::S3 module. Please report issues to https://github.com/pplu/AWSv4Signer if something doesn't work as expected, since it's still quite recent code. I have in...