This is just a Java-based command-line oriented tool which provides some utility functions for managing S3 buckets with versioning enabled.
Project was originally started by me, Liviu Tudor and the initial source code for the project together with the executables were published on my blog on 27/Feb/2013 here: http://liviutudor.com/2013/02/27/utility-for-version-enabled-aws-s3-buckets/
Currently the project is in stable stage, as starting with 1st of March 2013 I have released the first stable version of this. Details on usage, parameters, etc can be found on this wiki as well as on the project website -- in particular see the Usage and Parameters page.
Released versions are available from SourceForge under this directory: https://sourceforge.net/projects/awsversionmgmt/files/releases/ or if you prever to download the versions deployed via maven, the repository is here: https://sourceforge.net/projects/awsversionmgmt/files/maven/
There is also a mailing list now available dedicated to discussing the roadmap of this project, new features to be added, tickets raised, bugs found, release dates and so on. The mailing list is available here: http://sourceforge.net/p/awsversionmgmt/mailman/
Also if you are a user of this tool you are encouraged to use the mailing list for providing feedback and suggestions to the developers.
For the users weary of downloading "stuff" from sourceforge.net, please be aware that this project has been reviewed by SoftPedia and you can download it also from their site (guaranteed virus and malware scanned etc) here: http://mac.softpedia.com/get/Utilities/aws-s3-version-mgmt.shtml
See also the [Mentions] page to see where else this project has been reviewed.
The code was written and tested using JDK 1.6 -- however, it should work on other versions of the JDK too, though I haven't tested it.
I am currently looking for developers to help me shape this into a more useful tool -- please get involved.
Wiki: About Logging and Logging Levels
Wiki: DateFormatsSupportedInCommandLine
Wiki: Features for Future Versions And Roadmap
Wiki: History And Releases
Wiki: How to Release a New Version
Wiki: Joining the Project
Wiki: Synopsis
Wiki: Working with the Code