SOAP::Amazon::S3 0.023
Sponsored Links
SOAP::Amazon::S3 0.023 Ranking & Summary
File size:
0.005 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
944
Date added:
2007-03-26
Publisher:
Alexander Karelas
SOAP::Amazon::S3 0.023 description
SOAP::Amazon::S3 is a Perl module for interfacing with Amazon S3 through SOAP.
SYNOPSIS
An object-oriented interface to handle your Amazon S3 storage. (Still experimental, although functional)
use SOAP::Amazon::S3;
my $s3 = SOAP::Amazon::S3->new( $access_key_id, $secret_access_key, { Debug => 1, RaiseError => 1 } );
my @buckets = $s3->listbuckets;
my $bucket = $s3->createbucket(mybucketname);
my $bucket = $s3->bucket(myoldbucket); # wont create a new bucket
print $bucket->name;
$bucket->delete;
my @objects = $bucket->list;
my $object = $bucket->putobject( $obj_key, $obj_data, { Content-Type => text/plain } );
my $object = $bucket->object( $old_obj_key ); # wont put a new object in the bucket
print $object->name;
$object->delete;
$object->acl(public);
$object->acl(private);
print $object->acl(); # will print public or private
$data = $object->getdata;
FUNCTIONS
SOAP::Amazon::S3->new( $access_key_id, $secret_key_id, { Debug => 0_or_1, RaiseError => 0_or_1 } );
Creates a new S3 requester object. The {} parameters are optional and default to 0. Debug will output all SOAP communications on screen. RaiseError will make your program die if it receives an error reply from Amazon S3, and output the error message on screen. If RaiseError is off, then $s3->{error} will still be set to true when an S3 error occurs.
SYNOPSIS
An object-oriented interface to handle your Amazon S3 storage. (Still experimental, although functional)
use SOAP::Amazon::S3;
my $s3 = SOAP::Amazon::S3->new( $access_key_id, $secret_access_key, { Debug => 1, RaiseError => 1 } );
my @buckets = $s3->listbuckets;
my $bucket = $s3->createbucket(mybucketname);
my $bucket = $s3->bucket(myoldbucket); # wont create a new bucket
print $bucket->name;
$bucket->delete;
my @objects = $bucket->list;
my $object = $bucket->putobject( $obj_key, $obj_data, { Content-Type => text/plain } );
my $object = $bucket->object( $old_obj_key ); # wont put a new object in the bucket
print $object->name;
$object->delete;
$object->acl(public);
$object->acl(private);
print $object->acl(); # will print public or private
$data = $object->getdata;
FUNCTIONS
SOAP::Amazon::S3->new( $access_key_id, $secret_key_id, { Debug => 0_or_1, RaiseError => 0_or_1 } );
Creates a new S3 requester object. The {} parameters are optional and default to 0. Debug will output all SOAP communications on screen. RaiseError will make your program die if it receives an error reply from Amazon S3, and output the error message on screen. If RaiseError is off, then $s3->{error} will still be set to true when an S3 error occurs.
SOAP::Amazon::S3 0.023 Screenshot
SOAP::Amazon::S3 0.023 Keywords
SOAP
Amazon S3
RaiseError
S3 0.023
Perl module
S3
amazon
key
object
new
bucket
SOAP::Amazon::S3
SOAPAmazonS3
SOAP::Amazon::S3 0.023
Libraries
Programming
Bookmark SOAP::Amazon::S3 0.023
SOAP::Amazon::S3 0.023 Copyright
WareSeeker periodically updates pricing and software information of SOAP::Amazon::S3 0.023 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of SOAP::Amazon::S3 0.023 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
Related Software
Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API. Free Download
Net::Amazon is a framework for accessing amazon.com via REST. Free Download
App::Manager is a Perl module for installing, managing and uninstalling software packages. Free Download
POE::Component::Amazon::S3 is a Perl module to work with Amazon S3 using POE. Free Download
SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way. Free Download
SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon. Free Download
SOAP::WSDL is a Perl module. Free Download
csoap is a SOAP client/server library in pure C. Free Download
Latest Software
Popular Software
Favourite Software