Introduction
Created 7/31/2026 at 7:59:24 AM • Edited 7/31/2026 at 7:59:51 AM
FlyDrive is a file storage library for Node.js. It provides a unified API to interact with the local file system and cloud storage solutions like S3, R2, and GCS.
Drive can be an excellent fit for applications that use cloud storage services to manage user-uploaded files. With Drive:
- You get a unified API for various storage services, including S3, R2, Digital Ocean spaces, GCS, and your local file system.
- Extensible API to add custom storage drivers.
- Unified exception handling.
- Baked-in security primitives to prevent common attacks like Path travesal.
Public