Skip Menu |

This queue is for tickets about the Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 132388
Status: new
Priority: 0/
Queue: Amazon-S3

People
Owner: Nobody in particular
Requestors: ERRNO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.45
Fixed in: (no value)



Subject: there is no IsTruncated in response
Sometimes response from Amazon does not contain the "IsTruncated" field. The error will occur on line 156 in Amazon::S3 is_truncated => ( scalar $r->{IsTruncated} eq 'true' ? 1 : 0 ), Warning from code: Use of uninitialized value in string eq at (...)perl/lib/site_perl/5.30.1/Amazon/S3.pm line 156. version: 0.45