rlmcpherson/s3gof3r
Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4779
- days_rel: n/a
- days_push: 1831
- n_releases_24m: 0
Adoption not part of the score
1143 stars · 180 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
s3gof3r is a Go library providing fast, parallelized, streaming access to Amazon S3, optimized for large object transfers. It also ships gof3r, a CLI that supports streaming uploads/downloads through Unix pipes with end-to-end integrity checking and automatic retries.
Use cases
- stream large files to and from amazon s3 at high speed
- pipe a tar archive directly into s3 from the command line
- upload big objects to s3 with parallel multipart transfers
- download s3 objects with md5 integrity verification
- stream data through unix pipes while uploading to s3
When to choose
- you need maximum-throughput streaming transfers of large objects to/from S3 from Go or the shell
- you want built-in md5 integrity checking and automatic retries on every part
- you want to compose S3 transfers with other tools via pipes
When to avoid
- you need broad AWS SDK features beyond S3 or support for other cloud providers
- you need a maintained, actively developed client - the project has seen little activity since 2021
- you only transfer small files where parallelism offers no benefit
Facets
library · maturity maintenance
http-client cli file-upload concurrency cloud-computing developer-tools files go cli cloud amazon-s3 streaming multipart-upload object-storage pipes linux macos
1 source
- readme: https://github.com/rlmcpherson/s3gof3r · fetched 2026-08-28 · 5fb1da0b66b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rlmcpherson/s3gof3r | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="rlmcpherson/s3gof3r")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem