| Crates.io | j3 |
| lib.rs | j3 |
| version | 1.3.0 |
| created_at | 2026-01-09 22:24:11.518324+00 |
| updated_at | 2026-01-19 22:41:28.301977+00 |
| description | A git/jj helper for using s3 as a remote, with a built-in web viewer. |
| homepage | https://code.lord.io/j3/ |
| repository | https://code.lord.io/j3/ |
| max_upload_size | |
| id | 2033005 |
| size | 245,319 |
Host your git or jj repo in s3.
# install once globally with
cargo install j3
# push existing git repo via
git remote add origin j3://<S3 KEY ID>:<S3 SECRET KEY>@<S3 ENDPOINT>/<BUCKET NAME>[/optional/path/within/bucket]
# then git push, pull, fetch should work as expected
In addition to pushing and pulling code, if you navigate in your web browser to the index.html page within the bucket's new destination, you should be able to browse the contents of the default branch.