Skip to content

Commit

Permalink
fix: access client should request blob namespace capabilities (#1378)
Browse files Browse the repository at this point in the history
Client needs `blob/*` capabilities in order to invoke `blob/add`
  • Loading branch information
vasco-santos authored Apr 17, 2024
1 parent c64a7ff commit fc5bb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/access-client/src/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export const toCapabilities = (access) => {
*/
export const spaceAccess = {
'space/*': {},
'blob/*': {},
'store/*': {},
'upload/*': {},
'access/*': {},
Expand Down

0 comments on commit fc5bb4a

Please sign in to comment.