{"id":16419175,"url":"https://github.com/cameronhunter/glacier-cli","last_synced_at":"2025-03-23T06:31:43.696Z","repository":{"id":5492383,"uuid":"6690710","full_name":"cameronhunter/glacier-cli","owner":"cameronhunter","description":"Amazon AWS Glacier command line interface for Linux, Mac and Windows","archived":false,"fork":false,"pushed_at":"2018-01-11T18:11:50.000Z","size":72881,"stargazers_count":19,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T23:01:39.836Z","etag":null,"topics":["amazon-glacier","aws-glacier","glacier-cli","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cameronhunter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-14T16:22:11.000Z","updated_at":"2025-01-25T16:09:16.000Z","dependencies_parsed_at":"2022-09-22T01:11:51.639Z","dependency_job_id":null,"html_url":"https://github.com/cameronhunter/glacier-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fglacier-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fglacier-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fglacier-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fglacier-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cameronhunter","download_url":"https://codeload.github.com/cameronhunter/glacier-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244281355,"owners_count":20427822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-glacier","aws-glacier","glacier-cli","java"],"created_at":"2024-10-11T07:16:09.419Z","updated_at":"2025-03-23T06:31:43.351Z","avatar_url":"https://github.com/cameronhunter.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glacier CLI [![Build Status](https://travis-ci.org/cameronhunter/glacier-cli.svg)](https://travis-ci.org/cameronhunter/glacier-cli)\n\nA command line client to [Amazon Glacier](http://aws.amazon.com/glacier), an extremely low-cost storage service that provides secure and durable storage for data archiving and backup.\n\n## Usage\n\n```bash\n$ glacier --help\n\nUsage: glacier [command]\n\nCommands:\n\n  upload \u003cvault\u003e \u003cfile...\u003e\n  download \u003cvault\u003e \u003carchive_id\u003e \u003coutput_file\u003e\n  delete \u003cvault\u003e \u003carchive_id\u003e\n  inventory \u003cvault\u003e\n  vaults\n\nOptions:\n\n  -h, --help                                Show this message\n  -a, --accessKey \u003cAWS_ACCESS_KEY\u003e          AWS Access Key ID\n  -s, --secretKey \u003cAWS_SECRET_ACCESS_KEY\u003e   AWS Secret Access Key ID\n  -r, --region \u003cAWS_REGION\u003e                 AWS Region\n```\n\n## Commands\n\nUpload `file1.zip` and `file2.zip` to vault `pictures`\n\n```bash\n$ glacier-upload pictures file1.zip file2.zip\n```\n\nDownload archive with id `xxx` from vault `pictures` to file `pic.tar` (takes \u003e4 hours)\n\n```bash\n$ glacier-download pictures xxx pic.tar\n```\n\nDelete archive with id `xxx` from vault `pictures`\n\n```bash\n$ glacier-delete pictures xxx\n```\n\nGet the inventory for vault `pictures` (takes \u003e4 hours)\n\n```bash\n$ glacier-inventory pictures\n```\n\nUpload `file1.zip` and `file2.zip` to vault `pictures`\n\n```bash\n$ glacier-upload pictures file1 file2\n```\n\nList vaults\n\n```bash\n$ glacier-vaults\n```\n\n## Advanced Configuration\n\nProvide your AWS credentials by setting `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_REGION` environment variables or using properties files:\n\n`~/.aws/credentials`:\n```\n[default]\naws_access_key_id={YOUR_ACCESS_KEY_ID}\naws_secret_access_key={YOUR_SECRET_ACCESS_KEY}\n```\n\n`~/.aws/config`:\n```\n[default]\nregion={YOUR_AWS_REGION}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fglacier-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcameronhunter%2Fglacier-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fglacier-cli/lists"}