This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43636-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from daf4f0a7bf5 [fix](cloud-mow) Add enable config for procesing old version delete bitmap when doing cu compaction (#43615) add d0ef7d1a75f [fix](filesystem)Use simple authentication directly in S3FileSystem (#43636) No new revisions were added by this update. Summary of changes: fe/fe-common/pom.xml | 6 + .../authentication/AuthenticationConfig.java | 48 +++++-- .../authentication/AuthenticationTest.java | 45 ++++++ .../org/apache/doris/fs/remote/S3FileSystem.java | 11 +- .../apache/doris/fs/remote/dfs/DFSFileSystem.java | 5 + .../doris/fs/remote/RemoteFileSystemTest.java | 158 +++++++++++++++++++++ 6 files changed, 261 insertions(+), 12 deletions(-) create mode 100644 fe/fe-common/src/test/java/org/apache/doris/common/security/authentication/AuthenticationTest.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/fs/remote/RemoteFileSystemTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org