Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 31381
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: hsinclair [...] hastek.net
Cc:
AdminCc:

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



Subject: Method list_all vs. list_bucket_all
Date: Tue, 11 Dec 2007 08:21:56 -0500
To: bug-Net-Amazon-S3 [...] rt.cpan.org
From: Harold Sinclair <hsinclair [...] hastek.net>
Hi, In version 0.41, the POD mentions a method "list_bucket_all" but trying to use it results in Can't locate object method "list_bucket_all" via package "Net::Amazon::S3::Bucket" The method "list_all" seems to act like "list_bucket_all" might, returning file listings of more than the default S3 limit of 1000 without a marker. Thanks Harold
Thanks for noticing the problem in the docs, but list_all is a method on buckets, while list_bucket_all is a method on the s3 object. I'll try and clear it up.