UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 259 B
export interface Z3GetPresignedUrlParams { action: 'upload' | 'download'; /** * An optional parameter that determines which type of S3 object should be created. */ isFolder?: boolean; bucketName: string; 'objectPath+': string; }