UNPKG

kura-s3

Version:

The FileSystem API abstraction library, AWS S3 Plugin

7 lines 378 B
import { S3 } from "aws-sdk"; import { LocalFileSystemAsync } from "kura"; import { S3FileSystemOptions } from "./S3FileSystemOption"; export declare class S3LocalFileSystemAsync extends LocalFileSystemAsync { constructor(config: S3.ClientConfiguration, bucket: string, rootDir: string, s3Option?: S3FileSystemOptions); } //# sourceMappingURL=S3LocalFileSystemAsync.d.ts.map