NAME

Shell::Amazon::S3 - Shell for Amazon S3

SYNOPSIS

use Shell::Amazon::S3;

my $shell = Shell::Amazon::S3->new;
$shell->load_plugins($_) for qw(ReadLineHistory Completion);
$shell->run;

Alternatively, use the 'psh3ll.pl' script installed with the distribution

system$ psh3ll.pl

DESCRIPTION

Shell::Amazon::S3 is Shell for Amazon S3

AUTHOR

Takatoshi Kitano<kitano.t@gmail.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.