Functionality to map home directory to different storage providers

This commit is contained in:
Ishank Arora
2021-01-07 15:06:27 +05:30
parent a378f259eb
commit 417defdbb9
4 changed files with 19 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ func Gateway(cfg *config.Config) *cli.Command {
"datagateway": cfg.Reva.DataGateway.PublicURL,
"transfer_shared_secret": cfg.Reva.TransferSecret,
"transfer_expires": cfg.Reva.TransferExpires,
"home_mapping": cfg.Reva.Gateway.HomeMapping,
},
"authregistry": map[string]interface{}{
"driver": "static",