Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blob_fs: convert gocloud errors into appropriate fs errors
- wraps gocloud NotFound and PermissionDenied errors around their `io/fs` counterparts - does not perform wrapping for other gocloud errors as they can either not occur or are ambiguous in this context
- Loading branch information