Serilog.Sinks.AmazonS3 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Serilog.Sinks.AmazonS3 --version 1.3.0
NuGet\Install-Package Serilog.Sinks.AmazonS3 -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Serilog.Sinks.AmazonS3" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Sinks.AmazonS3 --version 1.3.0
#r "nuget: Serilog.Sinks.AmazonS3, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Serilog.Sinks.AmazonS3 as a Cake Addin
#addin nuget:?package=Serilog.Sinks.AmazonS3&version=1.3.0

// Install Serilog.Sinks.AmazonS3 as a Cake Tool
#tool nuget:?package=Serilog.Sinks.AmazonS3&version=1.3.0

Serilog.Sinks.AmazonS3 is a library to save logging information from https://github.com/serilog/serilog to https://aws.amazon.com/s3/. The idea there was to upload log files to https://aws.amazon.com/s3/ to later evaluate them with https://aws.amazon.com/emr/ services. This project makes use of the https://github.com/serilog/serilog-sinks-file's code in a major part, so thanks to all the https://github.com/serilog/serilog-sinks-file/graphs/contributors of this project :thumbsup:.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.1 804 3/3/2024
1.5.0 4,780 11/21/2023
1.4.1 17,753 6/6/2023
1.4.0 10,790 4/7/2023
1.3.0 8,540 11/20/2022
1.2.9 11,584 10/30/2022
1.2.8 12,784 8/28/2022
1.2.7 42,658 8/3/2022
1.2.6 5,017 6/1/2022
1.2.5 12,226 2/16/2022
1.2.4 802 2/16/2022
1.2.3 4,912 1/12/2022
1.2.2 8,722 11/9/2021
1.2.1 893 11/4/2021
1.2.0 11,337 9/12/2021
1.1.11 3,210 9/3/2021

Version 1.3.0.0 (2022-11-20): Updated nuget packages, removed support for Net5.0, added support for Net7.0.