UNPKG

nestjs-s3

Version:

Nest - modern, fast, powerful node.js web framework (@s3)

6 lines (5 loc) 311 B
import { S3 } from '@aws-sdk/client-s3'; import { S3ModuleOptions } from './s3.interfaces'; export declare function getS3OptionsToken(connection: string): string; export declare function getS3ConnectionToken(connection: string): string; export declare function createS3Connection(options: S3ModuleOptions): S3;