CPAN-Testers-Metabase-AWS

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

       ---
       Model::Metabase:
         class: CPAN::Testers::Metabase::AWS
           args:
             bucket: myS3bucket
             namespace: prod

DESCRIPTION
    This class instantiates a Metabase backend on the S3 and SimpleDB Amazon
    Web Services (AWS). It uses Net::Amazon::Config to provide user
    credentials and the Metabase::Gateway Role to provide actual
    functionality. As such, it is mostly glue to get the right credentials
    to setup AWS clients and provide them with standard resource names.

    For example, given the "bucket" "example" and the "namespace" "alpha",
    the following resource names would be used:

       Public S3: http://example.s3.amazonaws.com/metabase/alpha/public/*
       Public SDB domain: example.metabase.alpha.public
 
       Private S3: http://example.s3.amazonaws.com/metabase/alpha/private/*
       Private SDB domain: example.metabase.alpha.private

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.206 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )