Net::Amazon::S3::Request::ListAllMyBuckets - An internal class to list all buckets


Net-Amazon-S3 documentation  | view source Contained in the Net-Amazon-S3 distribution.

Index


NAME

Top

Net::Amazon::S3::Request::ListAllMyBuckets - An internal class to list all buckets

SYNOPSIS

Top

  my $http_request
    = Net::Amazon::S3::Request::ListAllMyBuckets->new( s3 => $s3 )
    ->http_request;

DESCRIPTION

Top

This module lists all buckets.

METHODS

Top

http_request

This method returns a HTTP::Request object.


Net-Amazon-S3 documentation  | view source Contained in the Net-Amazon-S3 distribution.