Jose Luis Martinez
Jose Luis Martinez
Hi, This behaviour is by design :( The AWS API communicates the failure to find a volume with an HTTP error, that gets transformed to an exeption by Paws. You...
Hi, Hope sending everything in headers, and sending a Content-MD5 of an empty string works out! (it seems like the easiest solution).
Hi, This seems a problem with the code generators. As a workaround, you can call ListApplications manually, passing the appropiate parameters to get it working.
Just for more info. What seems wrong is that everywhere it says `nextToken`, it should say `NextToken`. Can you confirm this works for you? ``` sub ListAllDeployments { my $self...
@provector : It should work if you change `nextToken` for `NextToken` in the `sub DescribeAllEvents`.
Hi! Thanks for the ping. This got issue got sidetracked :sob: I've pushed a test case in a branch to reproduce the bug while I try to make sense of...
Note: you can checkout the branch and execute only these tests with: ``` carton exec perl -I lib/ t/10_responses.t t/10_responses/s3-list-buckets-oneprefix.response t/10_responses/s3-list-buckets-twoprefix.response ```
Here's what I see for now. This is just a braindump. I'm just commenting in the open so there can be discussion. From what I see: it seems like the...
It'll always be good to track where the work is happening. If botocore 1 gets eventually deprecated, no definition updates will happen around there. Since v2 is still in preview...
Hi, Thanks for your report. As you can see, S3 support is in the works... Would you mind making a small script that given a bucket, creates some objects, and...