Skip to content

Commit

Permalink
fix(source): make s3 source compatible with minio (#16521)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored May 7, 2024
1 parent 2db8e42 commit 293db73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ impl<Src: OpendalSource> OpendalEnumerator<Src> {
);
}

builder.enable_virtual_host_style();

if let Some(assume_role) = assume_role {
builder.role_arn(&assume_role);
}
Expand Down

0 comments on commit 293db73

Please sign in to comment.