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