UNPKG

winston-s3-transport

Version:

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

5 lines (4 loc) 185 B
import S3Transport from "./s3-transport"; export { default as S3Transport } from "./s3-transport"; export * as IS3Transport from "./s3-transport.interface"; export default S3Transport;