UNPKG

@xomlo/xomlo-sdk

Version:

8 lines (7 loc) 229 B
export interface AWSConfig { bucket: string; accessKey: string; secretKey: string; } declare const _default: (bucket: string, key: string, path: string, permissions: string) => Promise<void>; export default _default;