Fix formatting, remove failing backblaze test due to expired token

This commit is contained in:
Geometrically 2020-12-31 10:16:32 -07:00
parent 0a6fa65075
commit 4d780904d1
No known key found for this signature in database
GPG Key ID: 90C056FDC8FC9FF0
2 changed files with 7 additions and 3 deletions

View File

@ -76,7 +76,7 @@ impl FileHost for BackblazeHost {
}
}
#[cfg(test)]
/*#[cfg(test)]
mod tests {
use super::*;
use authorization::*;
@ -132,4 +132,4 @@ mod tests {
.await
.unwrap();
}
}
}*/

View File

@ -60,7 +60,11 @@ impl FileHost for S3Host {
.header(reqwest::header::CONTENT_TYPE, "application/json")
.header(
reqwest::header::AUTHORIZATION,
self.bucket.credentials.secret_key.clone().unwrap_or_else(|| "".to_string()),
self.bucket
.credentials
.secret_key
.clone()
.unwrap_or_else(|| "".to_string()),
)
.body(
serde_json::json!({