-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model file content availability and access methods
This includes a significant change of concept. Rather than modeling storage systems in an abstract way, we model access methods. This makes things a lot leaner and enable lean connections to external implementations. For example, any and all git annex special remotes are cover by a single method class. The example also includes a nesting of access methods: an extraction from an archive that can be downloaded via HTTP GET. The notion of credential requirements could also be worked into this fabric in the future.
- Loading branch information
Showing
2 changed files
with
135 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters