awslabs/mountpoint-s3
A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 32.5
- age_days: 1472
- days_rel: 9
- days_push: 8
- n_releases_24m: 23
Adoption not part of the score
5758 stars · 249 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mountpoint for Amazon S3 is a high-throughput FUSE file client that mounts an Amazon S3 bucket as a local file system. It translates file operations like open and read into S3 object API calls, optimized for reading large objects concurrently and writing new objects sequentially.
Use cases
- mount an s3 bucket as a local filesystem
- read large files from s3 without downloading them first
- access a subset of s3 objects from a large dataset
- upload files directly to s3 with cp
- run data processing workloads that read from s3 across many instances
When to choose
- your application needs high read throughput to large S3 objects from many clients
- you want file-based access to S3 without managing local copies
- you write new objects sequentially from a single client
When to avoid
- your workload requires full POSIX semantics like directory renames or symlinks
- you frequently edit existing files in place
- you need random writes to existing objects
Facets
cli-tool · maturity stable
file-system object-storage cli cloud-computing files developer-tools infrastructure-as-code rust cloud fuse s3 aws mount high-throughput object-storage linux
1 source
- readme: https://github.com/awslabs/mountpoint-s3 · fetched 2026-08-28 · 87e01e5b4f58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| awslabs/mountpoint-s3 | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="awslabs/mountpoint-s3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem