TC.Tier.Core.IO.S3 1.0.0-alpha.3

This is a prerelease version of TC.Tier.Core.IO.S3.
dotnet add package TC.Tier.Core.IO.S3 --version 1.0.0-alpha.3
                    
NuGet\Install-Package TC.Tier.Core.IO.S3 -Version 1.0.0-alpha.3
                    
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="TC.Tier.Core.IO.S3" Version="1.0.0-alpha.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TC.Tier.Core.IO.S3" Version="1.0.0-alpha.3" />
                    
Directory.Packages.props
<PackageReference Include="TC.Tier.Core.IO.S3" />
                    
Project file
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 TC.Tier.Core.IO.S3 --version 1.0.0-alpha.3
                    
#r "nuget: TC.Tier.Core.IO.S3, 1.0.0-alpha.3"
                    
#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 TC.Tier.Core.IO.S3@1.0.0-alpha.3
                    
#: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=TC.Tier.Core.IO.S3&version=1.0.0-alpha.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TC.Tier.Core.IO.S3&version=1.0.0-alpha.3&prerelease
                    
Install as a Cake Tool

TC.Tier.Core.IO.S3

TC.Tier 的 S3 兼容对象存储实现——SigV4 签名自写(零外部依赖),即插即用 S3 / 阿里云 OSS / MinIO / Cloudflare R2 / 腾讯云 COS。

能力

  • SigV4 流式签名上传(大对象不分批落内存)
  • TierFs network:///s3 介质:换 endpoint 即达,与 TC.Tier 引擎/结构层介质平权
  • IObjectStore 契约(契约定义于 TC.Tier.Core/IO/Remote——任何实现经 RemoteFileSystem 桥升格为网络文件系统)
  • MinIO 契约测试背书

快速开始

using TC.Tier.Core.IO;

// endpoint 即换即用:S3 / OSS / MinIO / R2 / COS
var fs = TierFs.OpenOrCreate("network:///s3/endpoint/bucket/prefix");

依赖

  • TC.Tier.Core

文档

  • 完整文档站:https://docs.mytzz.top/
  • S3 客户端指南:https://docs.mytzz.top/docs/core/s3-protocol.html
Product 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.  net9.0 was computed.  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.

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.0.0-alpha.3 0 9/18/2026
1.0.0-alpha.2 8 9/18/2026
1.0.0-alpha.1 33 9/16/2026