-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1186 from ishank011/home_mapping
Functionality to map home directory to different storage providers
- Loading branch information
Showing
4 changed files
with
21 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Enhancement: Functionality to map home directory to different storage providers | ||
|
||
We added a parameter in reva that allows us to redirect /home requests to | ||
different storage providers based on a mapping derived from the user attributes, | ||
which was previously not possible since we hardcode the /home path for all | ||
users. For example, having its value as `/home/{{substr 0 1 .Username}}` can be | ||
used to redirect home requests for different users to different storage | ||
providers. | ||
|
||
https://github.com/owncloud/ocis/pull/1186 | ||
https://github.com/cs3org/reva/pull/1142 |
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
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