main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
s3-storage 0.1.2: bucket_cors is new public surface
Internal-only crate, path-consumed by server and multithreaded, both of which
still check clean; the number only has to increase and be unique.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
2 files changed,
+10 insertions,
-10 deletions
1607
1607
1608
1608
[[package]]
1609
1609
name = "s3-storage"
1610
-
version = "0.1.1"
1610
+
version = "0.1.2"
1611
1611
dependencies = [
1612
1612
"aws-config",
1613
1613
"aws-sdk-s3",
2415
2415
name = "quasi-webview"
2416
2416
version = "0.93.0"
2417
2417
2418
-
[[patch.unused]]
2419
-
name = "synckit-client"
2420
-
version = "0.10.0"
2421
-
2422
-
[[patch.unused]]
2423
-
name = "synckit-config"
2424
-
version = "0.2.0"
2425
-
2426
2418
[[patch.unused]]
2427
2419
name = "quasi-type"
2428
2420
version = "0.1.3"
2442
2434
[[patch.unused]]
2443
2435
name = "tagtree"
2444
2436
version = "0.4.1"
2437
+
2438
+
[[patch.unused]]
2439
+
name = "synckit-client"
2440
+
version = "0.10.0"
2441
+
2442
+
[[patch.unused]]
2443
+
name = "synckit-config"
2444
+
version = "0.2.0"
1
1
[package]
2
2
name = "s3-storage"
3
-
version = "0.1.1"
3
+
version = "0.1.2"
4
4
edition = "2024"
5
5
license = "MIT"
6
6
# Internal shared crate, consumed by path inside this repo and never published.