UNPKG

angular-aws-s3

Version:

Open Source Module to Upload your Media and files into AWS S3 Bucket directly from Front-end

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