UNPKG

react-aws-s3-typescript

Version:

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

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