update to latest changes in reva PR

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-12-07 12:21:19 +00:00
parent b63b322b6f
commit c36e99895b
10 changed files with 92 additions and 322 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func (s CS3) Get(ctx context.Context, path string) (io.ReadCloser, error) {
}
var ep, tk string
for _, p := range rsp.Protocols {
if p.Protocol == "simple" {
if p.Protocol == "spaces" {
ep, tk = p.DownloadEndpoint, p.Token
}
}