refactor: remove S3 sync feature and related settings

This commit is contained in:
2026-06-04 00:01:15 +08:00
parent 24af4d0f95
commit d88f0843b5
12 changed files with 6 additions and 413 deletions
Generated
-12
View File
@@ -836,15 +836,6 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "http"
version = "1.4.0"
@@ -2299,14 +2290,11 @@ dependencies = [
"clap",
"crossterm",
"dirs",
"hex",
"hmac",
"indexmap",
"ratatui",
"reqwest",
"serde",
"serde_json",
"sha2",
"tempfile",
"toml",
"whoami",