Jose Luis Martinez

Results 125 comments of Jose Luis Martinez

Hi, We're not processing AWS_PROFILE, but we are processing AWS_DEFAULT_PROFILE. Maybe that helps. https://github.com/pplu/aws-sdk-perl/blob/master/lib/Paws/Credential/File.pm#L9 Contributions are always welcome :)

Hi, This seems to be something to do with dmake.exe not accepting very long lines in a Makefile, and seems to have happened in other distributions (https://www.nntp.perl.org/group/perl.win32.vanilla/2011/02/msg287.html) The solution would...

Did this help you get Paws installed?

Yes, It's oversight, since the S3 hasn't been completely developed in Paws (other services don't require the Content-Length header)

Even forcing a Content-Lenght header for the CreateMultipartUpload call, I can't get it to work. Seems to be because S3 multipart upload is more involved than what is implemented right...

Hi Rob, In the case of SendMessage (https://metacpan.org/pod/Paws::SQS#SendMessage-MessageBody-Str-QueueUrl-Str-DelaySeconds-Int-MessageAttributes-Paws::SQS::MessageAttributeMap), your return value is an object https://metacpan.org/pod/Paws::SQS::SendMessageResult (watch out! it's an object, not a hash!). In the case of a failure (the...

I'll leave this question open so other people can find it if they have the same doubt

Hi, Does this help? https://github.com/pplu/aws-sdk-perl/blob/master/examples/cross_account.pl BTW: the credentials used to call the AssumeRole are the ones you would load by default in Paws (environment, aws credentials file, metadata service, etc).

Paws traditionally hasn't parsed the `~/.aws/config` file, since that is a file for the AWS CLI, and not the AWS SDK. Last time I looked that was the behaviour of...