| Net-Amazon-S3 documentation | view source | Contained in the Net-Amazon-S3 distribution. |
Net::Amazon::S3::Request::ListAllMyBuckets - An internal class to list all buckets
my $http_request
= Net::Amazon::S3::Request::ListAllMyBuckets->new( s3 => $s3 )
->http_request;
This module lists all buckets.
This method returns a HTTP::Request object.
| Net-Amazon-S3 documentation | view source | Contained in the Net-Amazon-S3 distribution. |