Subject: | ->list_bucket support for NextMarker |
When there are many keys in a bucket, only the first "page" is returned (as defined by list_max_keys).
Adding this:
$last_key //= $xpc->findvalue(".//s3:NextMarker");
immediately before https://metacpan.org/source/PEVANS/Net-Async-Webservice-S3-0.18/lib/Net/Async/Webservice/S3.pm#L511 seems to fix it.