Serilog.Sinks.AmazonS3 is a library to save logging information from Serilog to Amazon S3. The idea there was to upload log files to Amazon S3 to later evaluate them with Amazon EMR services.
I could not figure out a way to write to a specific folder inside the bucket using this project. It only writes directly inside the bucket.
Even forked it and manually edited the put request to use the file path but it just stopped writing altogether.
How do I do this?
I could not figure out a way to write to a specific folder inside the bucket using this project. It only writes directly inside the bucket. Even forked it and manually edited the put request to use the file path but it just stopped writing altogether. How do I do this?