-
-
28 Mar 2007 22:33:15 UTC
- Distribution: Catalyst-Model-S3
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (79 / 326 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (5.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Catalyst::Model
- Catalyst::Utils
- Class::C3
- Net::Amazon::S3
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Helper::Model::S3 - Helper for S3 Catalyst models
SYNOPSIS
script/myapp_create.pl model ModelName S3 [ key=your_key secret=your_secret ] [ secure ] [ timeout=30 ]
DESCRIPTION
Use this module to set up a new Catalyst::Model::S3 model for your Catalyst application.
Arguments
ModelName is the short name for the Model class being generated (eg. "S3") key and secret correspond to your Amazon Web Services account's Access Key ID and Secret Access Key respectively. For more information see: L<http://aws.amazon.com/s3> The presence of secure indicates that your Model should use SSL-encrypted connections when talking to S3. Explicitly setting timeout (in seconds) overrides the default of 30.
METHODS
mk_compclass
This method takes the given arguments and generates a Catalyst::Model::S3 model for your application.
SEE ALSO
Catalyst, Catalyst::Helper, Catalyst::Model::S3
BUGS
Please report any bugs or feature requests to
bug-catalyst-model-s3 at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-S3.SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Helper::Model::S3
You may also look for information at:
Catalyst::Model::S3
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-S3
Search CPAN
AUTHOR
Dave Cardwell <dcardwell@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2007 Dave Cardwell. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
Module Install Instructions
To install Catalyst::Model::S3, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Model::S3
perl -MCPAN -e shell install Catalyst::Model::S3
For more information on module installation, please visit the detailed CPAN module installation guide.