Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aliyevh/fastapi-cloud-drives
- Owner: AliyevH
- Created: 2021-02-15T17:41:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T11:31:36.000Z (over 3 years ago)
- Last Synced: 2024-11-02T16:07:11.729Z (2 months ago)
- Topics: dropbox, fastapi, fastapi-cloud-drives, fastapi-dropbox, fastapi-s3, google-drive-api, onedrive
- Language: Python
- Homepage:
- Size: 69 MB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)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.
### 🔨 Installing
with poetry```bash
poetry initpoetry shell
poetry add fastapi-cloud-drives
```
or pip```bash
python3 -m venv .venvsource .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.