Skip to content

Commit

Permalink
do not swallow permission denied errors in storageprovider (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic authored Sep 30, 2020
1 parent 80157f4 commit 640fcbe
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 30 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/no-longer-swallow-permissions-errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: No longer swallow permissions errors

The storageprovider is no longer ignoring permissions errors.
It will now report them properly using `status.NewPermissionDenied(...)` instead of `status.NewInternal(...)`

https://github.com/cs3org/reva/pull/1206
Loading

0 comments on commit 640fcbe

Please sign in to comment.