This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#[derive(Default)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Config {
|
||||
pub url: String,
|
||||
pub bucket: String,
|
||||
|
||||
+1
-1
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user