025ae104db
* chore(regions): failing test for moving blobs * fix(blobs): use blob storage table * chore(regions): include file_uploads table for thoroughness * fix(regions): extract repeated string to utils
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export const getObjectKey = (projectId: string, blobId: string): string =>
|
|
`assets/${projectId}/${blobId}`
|