-2

I want to create a new external storage for Nextcloud like amazonS3, FTP, OwnCloud, etc. But with my own storage API, however there is no documentation on Nextcloud to do that. Any Suggestions?

steadweb
  • 15,364
  • 3
  • 33
  • 47

1 Answers1

0

All existing external storage connectors are found in the git repository here.

Authentication methods are here.

There are plenty of examples there for you to review.

taco
  • 1,367
  • 17
  • 32