Skip to content

Commit

Permalink
Update eoshttp.go (cs3org#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano authored and tmourati committed Jul 12, 2021
1 parent 3375565 commit 609c8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/fixeosurl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: add the uid/gid to the url for eos

https://github.com/cs3org/reva/pull/1854
1 change: 1 addition & 0 deletions pkg/eosclient/eosgrpc/eos_http/eoshttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func (c *Client) buildFullURL(urlpath, uid, gid string) (string, error) {
v.Set("eos.rgid", gid)
}

u.RawQuery = v.Encode()
return u.String(), nil
}

Expand Down

0 comments on commit 609c8b9

Please sign in to comment.