UNPKG

511 BTypeScriptView Raw
1import { Project } from "@atomist/automation-client";
2import { GoalInvocation } from "@atomist/sdm";
3import { S3 } from "aws-sdk";
4import { PublishToS3Options } from "./options";
5declare type FilesAttempted = number;
6declare type SuccessfullyPushedKey = string;
7declare type Warning = string;
8export declare function putFiles(project: Project, inv: GoalInvocation, s3: S3, params: PublishToS3Options): Promise<[FilesAttempted, SuccessfullyPushedKey[], Warning[]]>;
9export {};
10//# sourceMappingURL=putS3.d.ts.map
\No newline at end of file