UNPKG

smart-file-upload

Version:

Smart file upload

6 lines (5 loc) 147 B
import { S3Client } from '@aws-sdk/client-s3'; export declare class SingletonS3Client { private static instance; static get(): S3Client; }