SaaSHub helps you find the best software and product alternatives Learn more →
Mountpoint-s3 Alternatives
Similar projects and alternatives to mountpoint-s3
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
quickwit
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
-
-
-
-
-
-
-
-
fractalbits
Ultra-high performance distributed storage system in the AI era. Powered by Fractal ART engine, Rust-native, io_uring, with multi-protocol (S3 object storage, POSIX FS, ...)
-
-
-
-
PosixSyncFS
PosixSyncFS is a set of Bash scripts that allow users to create a real POSIX filesystem and sync it to a remote storage bucket for backup and recovery purposes.
-
-
-
-
aws-eks-iam-auth-controller
Discontinued Kubernetes operator which consolidates custom resources into `aws-auth` ConfigMap.
-
-
mountpoint-s3 discussion
mountpoint-s3 reviews and mentions
-
S3 Files: The End of Download-Process-Upload (with Terraform)
The Lambda benchmark above covers the serverless use case, but it doesn't include Mountpoint for Amazon S3 - AWS's FUSE-based file-system client. Mountpoint is widely used for analytics and ML workloads, so it's a natural comparison. There's just one problem: Mountpoint can't run on Lambda. It's FUSE-based, and Lambda's Firecracker microVM doesn't expose /dev/fuse or grant CAP_SYS_ADMIN - both required for userspace file-system mounts. S3 Files sidesteps this entirely by using NFS, which Lambda natively supports through its existing EFS mount infrastructure.
-
I Crashed My Mac 5 Times So You Don't Have To: Mounting S3 Files on macOS
This isn't my first attempt at mounting S3 locally. Last year, I experimented with Mountpoint for Amazon S3 on Windows via WSL2. Mountpoint is a FUSE-based client that presents S3 as a local filesystem — but it's optimized for read-heavy workloads. Writes are limited: you can create new files, but you can't modify existing ones in place.
-
S3 Files and the changing face of S3
A more solid (especially when it comes to caching) solution would be appreciated.
I thought that would be their https://github.com/awslabs/mountpoint-s3 . But no mention about this one either.
-
Streaming Data from Cloud Storage with Mountpoint for Amazon S3
In this post, we will describe our first impressions of Mountpoint for Amazon S3 - a new open-source solution for interfacing with cloud storage - and assess its performance on two use cases that are of particular interest to us: streaming sequential blocks of a relatively large data files (as detailed here) and consuming a large number of relatively small data files (as detailed here). For the sake of brevity, we will refer to Mountpoint for Amazon S3 simply as Mountpoint.
-
Row Zero and Viewport Data Streaming
... or does "S3 file system" mean https://github.com/awslabs/mountpoint-s3 - a Rust project by AWS Labs that provides "a simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system" ?
- s3m: A CLI for streams of data in S3 buckets
-
S3 Express Is All You Need
Looks like support for S3 Express was merged in with version 1.30 just a few hours ago https://github.com/awslabs/mountpoint-s3/pull/642
-
Gcsfuse: A user-space file system for interacting with Google Cloud Storage
mountpoint-s3 is AWS’ first party solution for mounting s3 buckets as file systems: https://github.com/awslabs/mountpoint-s3
Haven’t used it but it looks cool, if a bit immature.
- Mountpoint for S3
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
awslabs/mountpoint-s3 is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of mountpoint-s3 is Rust.