You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/04/15 02:57:44 UTC

[incubator-doris] branch morningman-patch-1 created (now be4e206)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch morningman-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


      at be4e206  Update s3_reader_test.cpp

This branch includes the following new commits:

     new be4e206  Update s3_reader_test.cpp

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[incubator-doris] 01/01: Update s3_reader_test.cpp

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch morningman-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit be4e206b6fa07a96f35ce6432633dc5108e2e76b
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Thu Apr 15 10:57:31 2021 +0800

    Update s3_reader_test.cpp
---
 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 0fc2619..4869b19 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/";

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org