serilog-contrib / Serilog.Sinks.AmazonS3

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.
MIT License
21 stars 21 forks source link

storing service url from provided settings in sink #19

Closed aherrmann13 closed 3 years ago

aherrmann13 commented 3 years ago

service url is never set in sink constructor

digital ocean spaces is S3 compatible, without this change spaces cannot be used in place of S3

SeppPenner commented 3 years ago

Thanks, I will release a new version soon.