UNPKG

karma-dev-react-aws-s3-typescript

Version:

Open source npm package to upload your files into AWS S3 Bucket directly using react(typescript template)

5 lines (4 loc) 166 B
import { IConfig, DateYMD } from './types'; export default class Signature { static getSignature(config: IConfig, date: DateYMD, policyBase64: string): string; }