Files
speckle-server/packages/server/modules/blobstorage/helpers/blobs.ts
T
Chuck Driesler 025ae104db feat(regions): move file uploads and blobs (#3977)
* 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
2025-02-26 19:34:50 +00:00

3 lines
109 B
TypeScript

export const getObjectKey = (projectId: string, blobId: string): string =>
`assets/${projectId}/${blobId}`