Net::Amazon::S3::Tools 0.07 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Net::Amazon::S3::Tools 0.07 (Default branch)
# 1  
Old 04-29-2008
Net::Amazon::S3::Tools 0.07 (Default branch)

Net::Amazon::S3::Tools is a set of command line tools for Amazon AWS S3. It allows the user to manipulate an S3 account, set and display ACLs, list and create and delete buckets, list and get and put items. All these operations are invoked from the command line in a way that is similar to manipulating files. License: GNU Lesser General Public License (LGPL) Changes:
The dependency on the Perl module XML::Simple has been removed. Since XML::LibXML is already guaranteed to be loaded, it is used instead.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

CEP as a Service (CEPaaS) with MapReduce on Amazon EC2 and Amazon S3

Tim Bass 11-25-2008 01:02 PM Just as I was starting to worry that complex event processing community has been captured by RDBMS pirates off the coast of Somalia, I rediscovered a new core blackboard architecture component, Hadoop. Hadoop is a framework for building applications on large... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. OS X (Apple)

Development tools like VS,ASP.Net

Hi I want to shift to Mac OS X , I wanted to know whether there are any similar development tools like VS,asp.net,.net frameworks are available in Mac OS X or not? I mean how does one can compete with windows with the same results those of microsoft? Are there any extra software availble or where... (7 Replies)
Discussion started by: MULTIVERSE
7 Replies
Login or Register to Ask a Question
QWPrimitives(3pm)					User Contributed Perl Documentation					 QWPrimitives(3pm)

NAME
Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools SYNOPSIS
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI; our @guiargs; DTGetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], ); DESCRIPTION
QWizard is a dynamic GUI-construction kit. It displays a series of questions, then retrieves and acts upon the answers. This module provides access to QWizard for DNSSEC-Tools software. In particular, the dnssec_tools_get_qwprimitives() returns a set of primary screens for requesting a set of zone files followed by a set of domain names for those zone files. These are then pushed into the @guiargs which should be treated as the final ARGV array to process. COPYRIGHT
Copyright 2005-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net> SEE ALSO
Getopt::GUI::Long(3), Net::DNS(3), QWizard(3) http://www.dnssec-tools.org perl v5.14.2 2012-01-27 QWPrimitives(3pm)