allow specifying access key for backing up private demos

This commit is contained in:
Robin Appelman 2026-05-14 19:11:40 +02:00
commit a1b3b598e6
6 changed files with 50 additions and 15 deletions

7
Cargo.lock generated
View file

@ -78,6 +78,7 @@ dependencies = [
"futures-util",
"main_error",
"md5 0.8.0",
"secretfile",
"thiserror 2.0.18",
"tokio",
"tracing",
@ -940,6 +941,12 @@ version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
[[package]]
name = "secretfile"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e1f99fdbcc14f9d8292bd680cb6ec6c265d141e5073f61024fcddc891e405c1"
[[package]]
name = "serde"
version = "1.0.228"