(cloudKey: string, context: 'profile-pictures' | 'og-images' | 'workspace-logos')
| 161 | }) |
| 162 | |
| 163 | function read(cloudKey: string, context: 'profile-pictures' | 'og-images' | 'workspace-logos') { |
| 164 | return verifyFileAccess(cloudKey, USER_ID, undefined, context, false) |
| 165 | } |
| 166 | |
| 167 | function write(cloudKey: string, context: 'profile-pictures' | 'og-images' | 'workspace-logos') { |
| 168 | return verifyFileAccess(cloudKey, USER_ID, undefined, context, false, { requireWrite: true }) |
no test coverage detected