Skip to content

Latest commit

History

History
58 lines (36 loc) 路 1.62 KB

File metadata and controls

58 lines (36 loc) 路 1.62 KB

FastAPI Cloud Drives

Status GitHub Issues GitHub Pull Requests License

馃 About

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.

馃弫 Getting Started

馃敤 Installing

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

馃捇 Google-Drive

For using fastapi-google-drive use link FastAPI Google Drive

馃捇 DropBox

For using fastapi-dropbox use link FastAPI DropBox Drive

馃捇 AWS S3

For using fastapi-s3-drive use link FastAPI AWS S3

See also the list of contributors who participated in this project.

馃憖 Contributing

We are open to new ideas, additions. If you have any we would be happy to recieve and diccuss.