Spaces:
Runtime error
Runtime error
| export interface GenerateSignedUrlParams { | |
| bucketName: string; | |
| objectKey: string; | |
| expiration?: number; | |
| contentType?: string; | |
| } | |
| export interface GenerateDownloadUrlParams { | |
| bucketName: string; | |
| objectKey: string; | |
| expiration?: number; | |
| } | |