feat: strengthen P0 security and operations

This commit is contained in:
2026-08-01 11:20:02 +08:00
parent f776056834
commit 84c2b0b21d
77 changed files with 24185 additions and 355 deletions

View File

@@ -45,6 +45,12 @@ public sealed record ObjectStorageHeadRequest(
long? DeclaredFileSizeBytes = null,
string? DeclaredChecksumSha256 = null);
public sealed record ObjectStorageReadRequest(
Guid TenantId,
string Provider,
string Bucket,
string ObjectKey);
public sealed record ObjectStorageWriteRequest(
Guid TenantId,
string Provider,