UNPKG

@uizard/nx-fast-s3-cache

Version:

Nx s3 cache using GNU tar, pigz and multipart s3 uploads/downloads

8 lines (7 loc) 271 B
import { S3 } from "@aws-sdk/client-s3"; export declare const uploadToS3: ({ s3Client, Bucket, Key, filePath, }: { s3Client: S3; Bucket: string; Key: string; filePath: string; }) => Promise<import("@aws-sdk/client-s3").AbortMultipartUploadCommandOutput>;