Amazon-S3
view release on metacpan or search on metacpan
lib/Amazon/S3/BucketV2.pm view on Meta::CPAN
# object if you want to add the MD5 value
# bucket => optional bucket name
# key => optional key value for APIs that accept a key
# data => optional object that will be converted to an XML payload
# method => HTTP method
#
# NOTES:
# 1. If the 'data' object is included, the default method is 'PUT'
# 2. If no 'data' object is included, the default method is 'GET'
# 3. If 'content_key' is not provided when including a 'data' object
# the method will attempt to guess the root element (content_key)
# when serializing the data object to XML. If you include
# additional elements to be used as query string parameters,
# you should specify 'content_key'..
########################################################################
sub send_request {
########################################################################
my ( $self, @args ) = @_;
my $parameters = get_parameters(@args);
( run in 0.937 second using v1.01-cache-2.11-cpan-e1769b4cff6 )