The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Metabase::Backend::AWS - Metabase backend implemented using Amazon Web
    Services

VERSION
    version 1.000

SYNOPSIS
    XXX consolidate synopses from modules

DESCRIPTION
    This distribution provides a backend for Metabase using Amazon Web
    Services. There are two modules included, Metabase::Index::SimpleDB and
    Metabase::Archive::S3. They can be used separately or together (see
    Metabase::Librarian for details).

    The Metabase::Backend::AWX module is a Moose::Role that provides common
    attributes and private helpers and is not intended to be used directly.

    Common attributes are described further below.

ATTRIBUTES
  access_key_id
    An AWS Access Key ID

  secret_access_key
    An AWS Secret Access Key matching the Access Key ID

SUPPORT
  Bugs / Feature Requests
    Please report any bugs or feature requests through the issue tracker at
    <http://rt.cpan.org/Public/Dist/Display.html?Name=Metabase-Backend-AWS>.
    You will be notified automatically of any progress on your issue.

  Source Code
    This is open source software. The code repository is available for
    public review and contribution under the terms of the license.

    <https://github.com/dagolden/metabase-backend-aws>

      git clone https://github.com/dagolden/metabase-backend-aws.git

AUTHOR
    David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE
    This software is Copyright (c) 2011 by David Golden.

    This is free software, licensed under:

      The Apache License, Version 2.0, January 2004