AWS Glacier Console is a fast cross-platform Client for Amazon Glacier.
* Processes large files quickly using parallel multi-part uploads.
* Ability to set a limit on the maximum multi-part process parallelization.
* Support for multi-part downloads for fast and reliable data transfer.
* Integrated requests queuing and throttling.
* Ability to upload a Directory to Amazon Glacier.
* Progress visualization.
You can always build the latest version from the source code, otherwise take it here:
- OS X (x64): glacier-darwin-x64.zip
- Windows (x64): glacier-win32-x64.zip
- Linux (x64) glacier-linux-x64.zip
[Download] https://drive.google.com/drive/folders/0B0VszmdZGTGNVjRpV0lhcUdna0k?usp=sharing
$ git clone git://github.com/o-evin/glacier-console.git
$ cd ./glacier-console
$ npm install
Install the project first and then run:
$ npm start
$ npm run build
$ npm run pack
After successful project Compilation and Packaging you should be able to find the apps under /bin folder.
On non-Windows host platforms, Wine 1.6 or later needs to be installed. On OS X, it is installable via Homebrew.
You can enable debugging output by setting the DEBUG
environment variable:
$ DEBUG=uploader,receiver npm start
- Oleksiy Evin - Initial work - o-evin
See also the list of contributors who participated in this project.
This project is licensed under the Apache-2.0 - see the LICENSE.md file for details
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.