|
Resources
Sample Code and Libraries
Amazon S3 Library for REST in Perl
No discussion has been created for this document.
|
|
|
First Look, Aug 22, 2006 11:57 PM
Reviewer: J. Wieland
Make sure you have Crypt::SSLeay, it will still compile and run with out it but gives this vague runtime error msg.
File does not exist: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket"
at S3/ListBucketResponse.pm line 28
---
What I would really like to see is a cpan module giving a good API over S3 rest functions. From what I've seen from Net::Amazon::S3 I feel it is really substandard compared to other cpan projects.
|
|
Download?, Jun 16, 2007 9:55 AM
Reviewer: Larry Raab
Is there a missing download link or am I blind?
|
|
Where's the Documentation, Feb 5, 2008 8:42 PM
Reviewer: Robbert van Andel
This code would be great if there was some kind of documentation on how to use this code.
|
|
sample does not work out of the box, Jun 18, 2008 9:52 PM
Reviewer: Jay Liew
s3-test.pl outputs an error message of "# Looks like you failed 26 tests of 272." The first thing it failed was:
not ok 247 - create bucket
# Failed test 'create bucket'
# at ./s3-test.pl line 226.
# got: '403'
# expected: '200'
Not sure what I am doing wrong, but the sample code does not work out of the box. I have the latest version of perl, and all the prerequisite modules (per the README):
Digest::HMAC_SHA1
HTTP::Date
XML::Simple
Crypt::SSLeay
URI::Escape
MIME::Base64
LWP::UserAgent
HTTP::Request
|
|
No major problems encountered, Dec 13, 2008 12:35 AM
Reviewer: Julian Cowley
All of the tests in s3-test.pl script worked for me (did you modify the script with your AWS credentials?).
I installed this module for use with the s3bak script, which doesn't seem to be available anywhere anymore. The only problem I've encountered with the library is that it doesn't deal with very large files very well. However, this is mentioned in the README as a limitation because it must read the entire file into memory.
|
|
It worked for me too, but ..., Jan 24, 2009 6:13 PM
Reviewer: cviniciusm
Hello,
It worked for me too, but I had to do su -c 'perl s3-test.pl'. It not worked as a non-root user.
Cheers,
Cassius.
|
|
|
|
 |
|
|