{"id":16781312,"url":"https://github.com/romantomjak/b2","last_synced_at":"2025-07-15T07:36:01.831Z","repository":{"id":57550271,"uuid":"199530267","full_name":"romantomjak/b2","owner":"romantomjak","description":"Backblaze B2 Cloud Storage Command Line Client","archived":false,"fork":false,"pushed_at":"2023-10-07T01:55:37.000Z","size":158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T20:25:17.247Z","etag":null,"topics":["b2","b2-client","backblaze","backblaze-b2","cli","cloud-storage","file-download","file-upload","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/romantomjak.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-29T21:40:53.000Z","updated_at":"2023-12-18T10:08:39.000Z","dependencies_parsed_at":"2024-06-20T09:27:38.070Z","dependency_job_id":null,"html_url":"https://github.com/romantomjak/b2","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/romantomjak/b2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romantomjak%2Fb2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romantomjak%2Fb2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romantomjak%2Fb2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romantomjak%2Fb2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romantomjak","download_url":"https://codeload.github.com/romantomjak/b2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romantomjak%2Fb2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265418438,"owners_count":23761817,"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":["b2","b2-client","backblaze","backblaze-b2","cli","cloud-storage","file-download","file-upload","go"],"created_at":"2024-10-13T07:42:41.634Z","updated_at":"2025-07-15T07:36:01.807Z","avatar_url":"https://github.com/romantomjak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# b2 [![Build Status](https://travis-ci.org/romantomjak/b2.svg?branch=master)](https://travis-ci.org/romantomjak/b2) [![Coverage Status](https://coveralls.io/repos/github/romantomjak/b2/badge.svg?branch=master)](https://coveralls.io/github/romantomjak/b2?branch=master) [![GoDoc](https://godoc.org/github.com/romantomjak/b2?status.svg)](https://godoc.org/github.com/romantomjak/b2)\n\nBackblaze B2 Cloud Storage Command Line Client\n\n---\n\n## Status\n\nThis project is in development phase. You can try it with latest release version. I highly recommend you to use b2 with go modules to get the latest changes.\n\n## Installation\n\nDownload and install using go get:\n\n```sh\ngo get -u github.com/romantomjak/b2\n```\n\nor grab a binary from [releases](https://github.com/romantomjak/b2/releases/latest) section!\n\n## Usage\n\n```sh\n$ export B2_KEY_ID=1234\n$ export B2_KEY_SECRET=MYSECRET\n$ b2 create my-globally-unique-bucket-name\nBucket \"my-globally-unique-bucket-name\" created with ID \"123b2bucketid8\"\n```\n\n## CLI example\n\n```sh\n$ b2 \nUsage: b2 [--version] [--help] \u003ccommand\u003e [\u003cargs\u003e]\n\nAvailable commands are:\n    create     Create a new bucket\n    get        Download files\n    list       List files and buckets\n    put        Upload files\n    version    Prints the client version\n```\n\n## Progress\n\nMy initial goal is to be able to navigate B2 buckets, list files in them and, of course, to upload and download files. All the other features, performance optimizations and nice to haves will come after.\n\nThis is how far I've gotten:\n\n- [x] Create a new bucket\n- [ ] Delete bucket\n- [x] List all buckets\n- [ ] Update settings for a bucket\n- [x] List files in a bucket\n- [x] Upload small files (\u003c100 MB)\n- [ ] Upload large files\n- [x] Download a file\n\n## Contributing\n\nYou can contribute in many ways and not just by changing the code! If you have any ideas, just open an issue and tell me what you think.\n\nContributing code-wise - please fork the repository and submit a pull request.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromantomjak%2Fb2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromantomjak%2Fb2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromantomjak%2Fb2/lists"}