Skip to content

Commit

Permalink
Update bucket.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Oct 31, 2021
1 parent 5b09f68 commit 2a5b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ mod tests {
let name = "rusty-s3";
let region = "eu-west-1";
assert_eq!(
Bucket::new(endpoint, true, name, region),
Bucket::new(endpoint, UrlStyle::Path, name, region),
Err(BucketError::UnsupportedScheme)
);
}
Expand Down

0 comments on commit 2a5b029

Please sign in to comment.