Bunkum.DataStores.S3
4.4.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bunkum.DataStores.S3 --version 4.4.2
NuGet\Install-Package Bunkum.DataStores.S3 -Version 4.4.2
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="Bunkum.DataStores.S3" Version="4.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bunkum.DataStores.S3 --version 4.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bunkum.DataStores.S3, 4.4.2"
#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 Bunkum.DataStores.S3 as a Cake Addin #addin nuget:?package=Bunkum.DataStores.S3&version=4.4.2 // Install Bunkum.DataStores.S3 as a Cake Tool #tool nuget:?package=Bunkum.DataStores.S3&version=4.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bunkum.DataStores.S3
A package for Bunkum that adds native support for S3 object storage.
This package is new and experimental. Please create issues on our issue tracker for questions, support and ...well, issues.
Usage
Install the package, and add it to your Initialize
function:
BunkumHttpServer server = new();
server.Initialize = s =>
{
s.AddS3StorageService();
s.DiscoverEndpointsFromAssembly(Assembly.GetExecutingAssembly());
};
On the next startup, Bunkum will create a s3.json
file for you to configure.
You can also create the S3DataStore
class manually to inject your own AmazonS3Client
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
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 |
---|---|---|
4.8.1 | 90 | 7/30/2024 |
4.8.0 | 80 | 7/30/2024 |
4.7.1 | 80 | 7/28/2024 |
4.7.0 | 110 | 7/17/2024 |
4.6.0 | 99 | 7/11/2024 |
4.5.6 | 104 | 6/14/2024 |
4.5.5 | 108 | 5/23/2024 |
4.5.4 | 101 | 5/13/2024 |
4.5.3 | 104 | 5/13/2024 |
4.5.2 | 117 | 5/7/2024 |
4.5.1 | 113 | 4/30/2024 |
4.5.0 | 123 | 4/24/2024 |
4.4.5 | 127 | 2/19/2024 |
4.4.4 | 171 | 2/5/2024 |
4.4.3 | 244 | 12/4/2023 |
4.4.2 | 142 | 12/3/2023 |
4.4.1 | 139 | 11/26/2023 |