Update backend dependencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-09 21:51:12 +02:00
parent 047ec9feca
commit d9ae92dbc2
3 changed files with 858 additions and 533 deletions

View File

@ -194,6 +194,7 @@ impl AppConfig {
db: self.redis_db_number,
username: self.redis_username.clone(),
password: Some(self.redis_password.clone()),
protocol: Default::default(),
},
}
}
@ -245,7 +246,7 @@ impl AppConfig {
}
/// Get S3 bucket
pub fn s3_bucket(&self) -> anyhow::Result<Bucket> {
pub fn s3_bucket(&self) -> anyhow::Result<Box<Bucket>> {
Ok(Bucket::new(
&self.s3_bucket_name,
Region::Custom {