UNPKG

winston-s3-transport

Version:

Logs generated through Winston can be transferred to an S3 bucket using `winston-s3-transport`.

7 lines (6 loc) 326 B
import S3Transport from "./s3-transport"; export { default as S3StreamTransport } from "./stream/s3-transport"; export * as IS3StreamTransport from "./stream/s3-transport.interface"; export { default as S3Transport } from "./s3-transport"; export * as IS3Transport from "./s3-transport.interface"; export default S3Transport;