The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.