DEV Community

Mujahed Altahle
Mujahed Altahle

Posted on

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 checking

🚀 Get started:

pip install s3syncy
s3syncy init # Interactive setup
s3syncy start --background

📖 Full docs: https://github.com/mtahle/s3syncy
🐛 Feedback: GitHub Issues or Discussions

We're looking for community feedback on features,
performance, and use cases!

Top comments (0)