github.com/cs3org/reva/v2@v2.27.7/changelog/1.3.0_2020-10-08/no-longer-swallow-permissions-errors.md (about)

     1  Bugfix: No longer swallow permissions errors
     2  
     3  The storageprovider is no longer ignoring permissions errors.
     4  It will now report them properly using `status.NewPermissionDenied(...)` instead of `status.NewInternal(...)`
     5  
     6  https://github.com/cs3org/reva/pull/1206