UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

6 lines (5 loc) 259 B
import { StorageOperationInputWithPrefixPath } from '../../../types/inputs'; export declare const validateStorageOperationInputWithPrefix: (input: StorageOperationInputWithPrefixPath, identityId?: string) => { inputType: string; objectKey: string; };