Skip to content

Commit

Permalink
remove obsolete HomeMapping variable (#3005)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser authored Jun 23, 2022
1 parent 1f3daf9 commit 0bcb90c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/remove-unused-homemapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Remove unused HomeMapping variable

We have removed the unused HomeMapping variable from the gateway.

https://github.com/cs3org/reva/pull/3005
1 change: 0 additions & 1 deletion internal/grpc/services/gateway/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type config struct {
// FIXME get rid of ShareFolder, there are findByPath calls in the ocmshareporvider.go and usershareprovider.go
ShareFolder string `mapstructure:"share_folder"`
DataTransfersFolder string `mapstructure:"data_transfers_folder"`
HomeMapping string `mapstructure:"home_mapping"`
TokenManagers map[string]map[string]interface{} `mapstructure:"token_managers"`
EtagCacheTTL int `mapstructure:"etag_cache_ttl"`
AllowedUserAgents map[string][]string `mapstructure:"allowed_user_agents"` // map[path][]user-agent
Expand Down

0 comments on commit 0bcb90c

Please sign in to comment.