I'm going to offload media content to s3 for storage+backup and use a CDN for distro and reliability (apparently s3 is great at storing your data and never loses it, but i keep hearing nightmare connectivity stories)

I'm wondering if anyone on this list has used s3 under modperl and has any tip/ticks to look out for , and can recommend a library

The top contendors right now are:
        Net::Amazon::S3
                CPAN distro , looks stable. used in catalyst.
        Soap::Amazon::S3
                'experimental but functional' -- eh
        The 'official' amazon library
its in their examples, but has no versioning / date info nor a central repository

Net::Amazon::S3 looks like it shouldn't have any memory / management issues under mp2. just want to be safe.

// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Reply via email to