Main > Programming > Libraries >

SOAP::Amazon::S3 0.023

SOAP::Amazon::S3 0.023

Sponsored Links

SOAP::Amazon::S3 0.023 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
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.

SOAP::Amazon::S3 0.023 Screenshot

Advertisements

SOAP::Amazon::S3 0.023 Keywords

Bookmark SOAP::Amazon::S3 0.023

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
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