winston-s3-transport
Version:
Logs generated through Winston can be transferred to an S3 bucket using `winston-s3-transport`.
22 lines (21 loc) • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamInfoName = void 0;
/**
* StreamInfoName
*/
var StreamInfoName;
(function (StreamInfoName) {
/**
* TotalWrittenBytes
*/
StreamInfoName[StreamInfoName["TotalWrittenBytes"] = 0] = "TotalWrittenBytes";
/**
* Stream
*/
StreamInfoName[StreamInfoName["Stream"] = 1] = "Stream";
/**
* S3Upload
*/
StreamInfoName[StreamInfoName["S3Upload"] = 2] = "S3Upload";
})(StreamInfoName = exports.StreamInfoName || (exports.StreamInfoName = {}));