Compare commits

..
Author SHA1 Message Date
phoenix 742393c25b Adding Debug traits
labyrinth release Tagging / release (pull_request) Successful in 32s
2026-08-06 17:00:57 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#[derive(Default)]
#[derive(Debug, Default)]
pub struct Config {
pub url: String,
pub bucket: String,
+1 -1
View File
@@ -2,7 +2,7 @@ pub mod config;
use aws_sdk_s3::config::{Credentials, Region};
#[derive(Default)]
#[derive(Debug, Default)]
pub struct Data {
pub filepath: String,
pub raw_data: Vec<u8>,