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

how to use streamlogger through a proxy?

Open SylvainSimplonGit opened this issue 3 years ago • 1 comments

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

SylvainSimplonGit avatar Apr 07 '21 12:04 SylvainSimplonGit

all requests are through the AWS sdk, so you would need to configure the AWS sdk to use a proxy: https://aws.amazon.com/blogs/developer/using-the-aws-sdk-for-javascript-from-behind-a-proxy/

fwiw, this module is not really maintained anymore, now CloudWatch logs exist, they are much more convenient than putting stuff in S3

autopulated avatar Apr 11 '21 13:04 autopulated