The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AWS::S3::Owner - An 'owner' object in Amazon S3.

SYNOPSIS

my $file = $bucket->file('foo.txt');
my $owner = $file->owner;

warn $owner->id;
warn $owner->display_name;

DESCRIPTION

PUBLIC READ-ONLY PROPERTIES

id

The id of the owner.

display_name

The name of the owner.

PUBLIC METHODS

None.