chore: heygermany customer project
This commit is contained in:
10
packages/functions/src/content-path.ts
Normal file
10
packages/functions/src/content-path.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { BucketKeyArgs } from '@pikku/core/services'
|
||||
|
||||
export const DEFAULT_CONTENT_BUCKET = 'default'
|
||||
|
||||
export const toBucketKey = (filePath: string): BucketKeyArgs => {
|
||||
return {
|
||||
bucket: DEFAULT_CONTENT_BUCKET,
|
||||
key: filePath,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user