This commit is contained in:
2026-07-22 17:10:36 -04:00
parent ceeec1d2cb
commit a29a9fa9f7
2 changed files with 17 additions and 51 deletions
-10
View File
@@ -1,13 +1,3 @@
/*
pub async fn init_config(url: &str, region: String) -> Result<aws_config::SdkConfig, std::io::Error> {
let r = region.as_str();
let config = aws_config::from_env().endpoint_url(url).region(r).load().await;
Ok(config)
}
*/
pub struct Config {
pub url: String,
pub bucket: String,