From 892fbf6ded47ca779085e12eeb107dd7c1bcb0a2 Mon Sep 17 00:00:00 2001 From: Mingyu Chen Date: Thu, 15 Apr 2021 10:59:30 +0800 Subject: [PATCH] Update s3_reader_test.cpp (#5658) --- be/test/exec/s3_reader_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/test/exec/s3_reader_test.cpp b/be/test/exec/s3_reader_test.cpp index 0fc2619689..4869b19119 100644 --- a/be/test/exec/s3_reader_test.cpp +++ b/be/test/exec/s3_reader_test.cpp @@ -31,8 +31,8 @@ #include "exec/s3_writer.h" namespace doris { -static const std::string AK = "353b8de00d85438c8ea0818704b156d3"; -static const std::string SK = "ea15a18b4409479fa8cca029f78e8d77"; +static const std::string AK = ""; +static const std::string SK = ""; static const std::string ENDPOINT = "http://s3.bj.bcebos.com"; static const std::string REGION = "bj"; static const std::string BUCKET = "s3://yang-repo/";