Jose Luis Martinez

Results 125 comments of Jose Luis Martinez

Hi, We're probably not doing something right when forming the XML to send to the API. Can you dump in Paws::Net::Caller the contents of XML in the HTTP body, and...

You lucky girl! S3 is by far the quirckiest of the APIs 😆 . Is it appropiately signalled in the botocore definition files?

This looks awesome. 🎉 🎈 @shadowcat-mst It looks a lot like the concepts I was playing with in other HTTP-API modules to not depend on Moose like: https://github.com/pplu/kubernetes-rest/blob/master/auto-lib/Kubernetes/REST/Call/v2beta1/Autoscaling/ListHorizontalPodAutoscalerForAllNamespaces.pm so I...

Hi, in `t/13_client_connect_errors.t` we have: ``` # Default caller ok 1 - got exception ok 2 - Correct code ConnectionError code # LWP caller ok 3 - got exception ok...

@castaway : Great! It looks like the Mooification was branched off some while ago. Could you merge pplu/master into the mooification?

I *think* you can continue working, but I'd try to get in contact with @castaway to see how we can ease possible merge conflicts and what would be a good...

0.42 has just been uploaded to CPAN. @castaway: I merged in a fix basically due to a confusion, but since it was a very limited bug fix, I've left it...

Hi, Thanks for your report. I think that the python SDK is automatically detecting that there is MFA enabled. I think it's calling IAM http://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html. In Paws, you should do...

Let's see if I can get you on track. Please bare two things in mind: 1- I don't have access right now to a real computer (on vacation) so the...

Hi, Paws does support MFA (via the GetSessionToken command). From your info, it looks like the CLI is caching the credentials returned by GetSessionToken in a json file (which Paws...