The FastAPI Cloud Drives module supports AWS S3, Google Drive, Dropbox cloud storage providers. You can easily search, upload, download files from this cloud providers.
with poetry
poetry init
poetry shell
poetry add fastapi-cloud-drives
or pip
python3 -m venv .venv
source .venv/bin/activate
pip3 install fastapi-cloud-drives
For using fastapi-google-drive use link FastAPI Google Drive
For using fastapi-dropbox use link FastAPI DropBox Drive
For using fastapi-s3-drive use link FastAPI AWS S3
See also the list of contributors who participated in this project.
We are open to new ideas, additions. If you have any we would be happy to recieve and diccuss.