This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 27e005149cd [fix](variant) fix index in variant (#43375) (#43773)
add 93dec4d80c5 branch-3.0: [fix](filesystem)Use simple authentication
directly in S3FileSystem (#43807)
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: [email protected]
For additional commands, e-mail: [email protected]