Net::Amazon::Glacier

An implementation of the Amazon Glacier RESTful API
Download

Net::Amazon::Glacier Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tim Nordenfur
  • Publisher web site:
  • http://search.cpan.org/~tim/

Net::Amazon::Glacier Tags


Net::Amazon::Glacier Description

Net::Amazon::Glacier is a Perl module that implements the Amazon Glacier RESTful API, version 2012-06-01 (current at writing). It can be used to manage Glacier vaults and upload archives to them. Amazon Glacier is Amazon's long-term storage service.Perhaps a little code snippet. use Net::Amazon::Glacier; my $glacier = Net::Amazon::Glacier->new( 'eu-west-1', 'AKIMYACCOUNTID', 'MYSECRET', ); $glacier->create_vault( 'a_vault' );The functions are intended to closely reflect Amazon's Glacier API. Please see Amazon's API reference for documentation of the functions: http://docs.amazonwebservices.com/amazonglacier/latest/dev/amazon-glacier-api.html.Product's homepage


Net::Amazon::Glacier Related Software