a library to expose file in AWS S3 to ASP.NET Core Application with IFileProvider.
Info
| Version: | 1.0.1 |
| Author(s): | Lamond Lu |
| Last Update: | Thursday, February 21, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/lamondlu/AWSS3FileProvider |
| NuGet Url: | https://www.nuget.org/packages/AWSS3FileProvider |
Install
Install-Package AWSS3FileProvider
dotnet add package AWSS3FileProvider
paket add AWSS3FileProvider
AWSS3FileProvider Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.S3(>= 3.3.31.19)
- Microsoft.AspNetCore.App(>= 2.2.2)