sourCEntral - mobile manpages

pdf

Net::Amazon::S3::Request::GetObjectAccessControl

NAME

Net::Amazon::S3::Request::GetObjectAccessControl − An internal class to get an object’s access control

SYNOPSIS

  my $http_request = Net::Amazon::S3::Request::GetObjectAccessControl−>new(
    s3     => $s3,
    bucket => $bucket,
    key    => $key,
  )−>http_request;

DESCRIPTION

This module gets an object’s access control.

METHODS

http_request
This method returns a HTTP::Request object.

pdf