tree: 1d65e95b80221f8af011817649d64302375caa75 [path history] [tgz]
  1. docs/
  2. src/
  3. .gitignore
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. LICENSE
  7. pom.xml
  8. README.md
it-is-cloudy-here/org-apache-sling-remote-resourceprovider/README.md

Apache Sling Remote Resource Provider

The Apache Sling Remote Resource Provider module provides an API for exposing resources from remote storage systems like Dropbox, Box, One Drive, etc. into the Sling resource tree. For each active RemoteStorageProvider service, this module will register a ResourceProvider and expose the remote resources as resources in the Sling tree.

The following high-level architecture describes the way a RemoteStorageProvider is integrated into a Sling instance:

high-level architecture

For more details check the JavaDocs and the unit tests provided in this module.