feat: S3Client — object storage API (21 endpoints)

Typed S3-compatible API covering buckets, objects, multipart uploads,
tagging, versioning, lifecycle, CORS, ACL, and policies.

Bump: sunbeam-sdk v0.8.0
This commit is contained in:
2026-03-21 20:28:49 +00:00
parent 329c18bd1d
commit a33697c2fb
4 changed files with 586 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "sunbeam-sdk"
version = "0.7.0"
version = "0.8.0"
edition = "2024"
description = "Sunbeam SDK — reusable library for cluster management"
repository = "https://src.sunbeam.pt/studio/cli"