Roadmap

This list shows the current and planned features of fastapi-async-storages; checked items are implemented, unchecked are upcoming.

Completed & Planned Features

Storage Backends

Framework Integrations

Features & Enhancements

  • [x] Presigned URL generation for uploads and downloads

  • [ ] Async streaming support for large files

  • [ ] Bulk async upload and delete operations

  • [ ] Progress tracking with hooks or callbacks

  • [ ] Automatic cleanup utilities for orphaned/expired files

DX & Documentation

  • [x] Core documentation and usage examples

  • [x] Testing utilities and mocks for async storage testing

  • [ ] Expanded real-world usage and best practices