DevCom.AgenticRuntime.Plugin.S3
1.0.4
dotnet add package DevCom.AgenticRuntime.Plugin.S3 --version 1.0.4
NuGet\Install-Package DevCom.AgenticRuntime.Plugin.S3 -Version 1.0.4
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="DevCom.AgenticRuntime.Plugin.S3" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevCom.AgenticRuntime.Plugin.S3" Version="1.0.4" />
<PackageReference Include="DevCom.AgenticRuntime.Plugin.S3" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevCom.AgenticRuntime.Plugin.S3 --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DevCom.AgenticRuntime.Plugin.S3, 1.0.4"
#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.
#:package DevCom.AgenticRuntime.Plugin.S3@1.0.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevCom.AgenticRuntime.Plugin.S3&version=1.0.4
#tool nuget:?package=DevCom.AgenticRuntime.Plugin.S3&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
S3 Blob Storage Plugin
S3-compatible blob storage provider for the DevCom Agentic Platform (DAP). Stores DAP blobs (attachments, artifacts) in AWS S3, MinIO, or any S3-compatible service.
Features
- Drop-in blob provider — the host switches its blob storage to S3 at runtime when the plugin is configured; no restart required.
- AWS S3 and S3-compatible endpoints — point
EndpointUrlat MinIO or another compatible service, or leave it empty for AWS. - Key prefixing — namespace all object keys under a configurable prefix.
- Health check — verifies bucket access on the host's plugin health endpoint.
Configuration
| Key | Required | Default | Description |
|---|---|---|---|
BucketName |
yes | — | S3 bucket used for blob storage |
Region |
no | us-east-1 |
AWS region (ignored when a custom endpoint is set) |
AccessKey |
yes | — | AWS access key ID or MinIO access key |
SecretKey |
yes | — | AWS secret access key or MinIO secret key |
EndpointUrl |
no | — | Custom endpoint for MinIO/S3-compatible services (e.g. http://minio:9000) |
KeyPrefix |
no | — | Optional prefix for all object keys (e.g. dap/) |
Installation
Install from the DAP admin Plugins page (searches the configured NuGet feed), or drop the package into the host's plugin directory.
Changelog
1.0.4 - 2026-06-05
- feat(DAP-129, plugins): notify plugins of config changes without restart (525ea36)
1.0.3 - 2026-04-16
- Refactor publish script; bump plugin versions (3919487)
1.0.2 - 2026-04-07
- feat: first-class credentials and curlconverter for HTTP scripts (eeade8e)
- Use async GetValueAsync and clear login defaults (e1871bf)
1.0.1 - 2026-04-03
- Update DevCom.AgenticRuntime.Plugin.S3.csproj (989a2e4)
- fix: lazy-init S3 client to allow plugin installation before configuration (ab71421)
1.0.0 - 2026-04-03
- feat: add pluggable blob storage with S3 plugin and runtime provider switching (0571271)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- AWSSDK.S3 (>= 3.7.511.8)
- DAP.Plugin.Sdk (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.