Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aliyevh/fastapi-cloud-drives

FastApi module to use cloud storages
https://github.com/aliyevh/fastapi-cloud-drives

dropbox fastapi fastapi-cloud-drives fastapi-dropbox fastapi-s3 google-drive-api onedrive

Last synced: about 2 months ago
JSON representation

FastApi module to use cloud storages

Awesome Lists containing this project

README

        

FastAPI Cloud Drives

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/MadeByMads/fastapi-cloud-drives/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/MadeByMads/fastapi-cloud-drives/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/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

```bash
poetry init

poetry shell

poetry add fastapi-cloud-drives
```
or pip

```bash
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](docs/google_drive.md)

### 💻 DropBox
For using fastapi-dropbox use link
[FastAPI DropBox Drive](docs/dropbox.md)

### 💻 AWS S3
For using fastapi-s3-drive use link
[FastAPI AWS S3](docs/aws_s3_drive.md)

###
See also the list of [contributors](https://github.com/MadeByMads/fastapi-cloud-drives/graphs/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.