UNPKG

@uizard/nx-fast-s3-cache

Version:

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

5 lines (4 loc) 380 B
import { S3 } from "@aws-sdk/client-s3"; import type { S3ClientConfig } from "@aws-sdk/client-s3/dist-types/S3Client"; import type { DefaultProviderInit } from "@aws-sdk/credential-provider-node/dist-types/defaultProvider"; export declare const buildS3Client: (options: Pick<S3ClientConfig, "endpoint" | "region" | "forcePathStyle"> & Pick<DefaultProviderInit, "profile">) => S3;