Try it #1

Merged
phoenix merged 9 commits from try_it into main 2026-08-08 13:27:10 -04:00
Showing only changes of commit 08e50b132f - Show all commits
+1
View File
@@ -16,6 +16,7 @@ pub async fn load_data(filepath: &str) -> Result<Vec<u8>, std::io::Error> {
tokio::fs::read(filepath).await
}
#[derive(Debug)]
pub enum Error {
Info(String),
SError(aws_sdk_s3::operation::put_object::PutObjectError),