OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)

Home Page:https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to upload file on AWS S3 or digitalocean Storage

arfan-hostingshouse opened this issue · comments

Is there any option where i can upload files to AWS s3 or digitalocean storage.

Have you find an answer?

Thanks,

Hello @arfan-hostingshouse

Introducing a backend requires implementing a connector for it. For example if you need AWS as file storage backend then AWS connector is needed. There's no connector for AWS currently existing in repo. If you have it implemented please feel free to create a PR.

commented

Looks like it would be relatively easy to implement a backend for S3 using Amplify Storage. Is there some documentation on the minimum requirements for building out a connector?