The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 package AWS::S3::Request::ListAllMyBuckets;use Moose;use AWS::S3::Signer;with 'AWS::S3::Roles::BucketAction';has '+_action' => ( default => 'GET' );has '+_expect_nothing' => ( default => 0 );__PACKAGE__->meta->make_immutable;
package
AWS::S3::Request::ListAllMyBuckets;
use
Moose;
AWS::S3::Signer;
with
'AWS::S3::Roles::BucketAction'
;
has
'+_action'
=> (
default
=>
'GET'
);
'+_expect_nothing'
=> 0 );
__PACKAGE__->meta->make_immutable;