hn • r/hackernews
Comment on: Title: "Announcing S3syncy – Open-Source Real-Time S3 Synchronization"
s3syncy is a cross-platform daemon that keeps your local files
in sync with Amazon S3 in real-time.Features:
- Real-time file watching + periodic full scans
- Multithreaded uploads/downloads
- Configurable conflict resolution
- Works on Linux, macOS, Windows
- Bandwidth throttling support
- Metadata integrity checkingGet started:
pip install s3syncy
s3syncy init # Interactive setup
s3syncy start --backgroundFull docs: https://github.com/mtahle/s3syncy
Feedback: GitHub Issues or DiscussionsWe're looking for community feedback on features,
performance, and use cases!