Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: James Bornholt <bornholt@amazon.com>
  • Loading branch information
jamesbornholt committed Jul 17, 2023
1 parent 41a99ba commit e2625df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mountpoint-s3-client/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ pub fn get_test_bucket_without_permissions() -> String {

pub fn get_secondary_test_region() -> String {
std::env::var("S3_SECONDARY_REGION").unwrap_or(String::from("ap-southeast-2"))
}
}

pub fn get_test_domain() -> String {
std::env::var("S3_DOMAIN").unwrap_or(String::from("amazonaws.com"))
}
}

pub async fn get_test_sdk_client() -> s3::Client {
let config = aws_config::from_env()
Expand Down

0 comments on commit e2625df

Please sign in to comment.