s3-streamlogger icon indicating copy to clipboard operation
s3-streamlogger copied to clipboard

Node.js stream for logging to s3 with rotated object names. Usable as a winston-file stream.

Results 8 s3-streamlogger issues
Sort by recently updated
recently updated
newest added

Is there a solution to stream logs to an S3 bucket through a proxy?

`flushFile` calls `_upload` with the `forceNewFile` parameter set to true. I'm noticing that when this happens, an empty file is always pushed to S3. Using `s3logger._upload(false)` seems to be a...

S3StreamLogger will keep the logs in this.buffers until it needs to create a new file. So if setting large rotate_every and max_file_size you can bump into a nasty memory leak....

The CONTENT_TYPE_PLAIN_TEXT in the index.js file has been modified to "text/plain" -> "text/plain;charset=utf-8", could you please update the npm?

I was able to get an initial log file showing in S3, but now, I'm not seeing any more log files, or the original file being updated, despite seeing the...

The provided code using "s3-streamlogger" version ^1.7.0 is generating an error, and the issue pertains to a missing region. ` "s3-streamlogger": "^1.7.0"` Code : ``` import { S3StreamLogger } from...

I noticed that the current version of the s3-streamlogger package depends on several deprecated packages, which include: [email protected]: [Deprecated](https://github.com/lydell/source-map-url#deprecated) [email protected]: [Deprecated](https://github.com/lydell/urix#deprecated) [email protected]: [Deprecated](https://github.com/lydell/resolve-url#deprecated) [email protected]: [Deprecated](https://github.com/lydell/source-map-resolve#deprecated) Any plan to update the...