OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)
https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false
Apache License 2.0
566 stars 122 forks source link

How to upload file on AWS S3 or digitalocean Storage #298

Open arfan-hostingshouse opened 3 years ago

arfan-hostingshouse commented 3 years ago

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

fgiopp commented 3 years ago

Have you find an answer?

Thanks,

estambakio-sc commented 3 years ago

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.

carlosfunk commented 3 years ago

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?