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

added support for DisablePayloadSigning to disables the Amazon S3 SigV4 payload #56

Closed jawand closed 1 year ago

jawand commented 1 year ago

added support for DisablePayloadSigning to disables the Amazon S3 SigV4 payload signing data integrity check on upload request, since cloudflare R2 does not work with SigV4 yet.

55

jawand commented 1 year ago

@SeppPenner can you please check this and let me know your thoughts. I personally need this option to use Cloudflare R2 as they have S3 API compatibility but lack SigV4 implementation.

SeppPenner commented 1 year ago

Fixes https://github.com/serilog-contrib/Serilog.Sinks.AmazonS3/issues/55.

SeppPenner commented 1 year ago

I hope to bring out a new version soon.

SeppPenner commented 1 year ago

New release is out, NuGet package should be available soon :)

jawand commented 1 year ago

@SeppPenner Thanks a lot :)