Serilog.Sinks.AmazonS3
1.3.0
dotnet add package Serilog.Sinks.AmazonS3 --version 1.3.0
NuGet\Install-Package Serilog.Sinks.AmazonS3 -Version 1.3.0
<PackageReference Include="Serilog.Sinks.AmazonS3" Version="1.3.0" />
paket add Serilog.Sinks.AmazonS3 --version 1.3.0
#r "nuget: Serilog.Sinks.AmazonS3, 1.3.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- AWSSDK.S3 (>= 3.7.101.21)
- Newtonsoft.Json (>= 13.0.1)
- Serilog (>= 2.12.0)
- Serilog.Sinks.PeriodicBatching (>= 3.1.0)
-
.NETStandard 2.0
- AWSSDK.S3 (>= 3.7.101.21)
- Newtonsoft.Json (>= 13.0.1)
- Serilog (>= 2.12.0)
- Serilog.Sinks.PeriodicBatching (>= 3.1.0)
-
.NETStandard 2.1
- AWSSDK.S3 (>= 3.7.101.21)
- Newtonsoft.Json (>= 13.0.1)
- Serilog (>= 2.12.0)
- Serilog.Sinks.PeriodicBatching (>= 3.1.0)
-
net6.0
- AWSSDK.S3 (>= 3.7.101.21)
- Newtonsoft.Json (>= 13.0.1)
- Serilog (>= 2.12.0)
- Serilog.Sinks.PeriodicBatching (>= 3.1.0)
-
net7.0
- AWSSDK.S3 (>= 3.7.101.21)
- Newtonsoft.Json (>= 13.0.1)
- Serilog (>= 2.12.0)
- Serilog.Sinks.PeriodicBatching (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.3.0.0 (2022-11-20): Updated nuget packages, removed support for Net5.0, added support for Net7.0.