Skip to content

Commit

Permalink
[security] Remove sensitive information from the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
derenli authored and lide-reed committed May 21, 2024
1 parent 0a264cb commit 6e49bbb
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ suite("test_s3_load_with_load_parallelism", "load_p0") {
)
WITH S3 (
"AWS_ACCESS_KEY" = "$ak",
"AWS_SECRET_KEY" = "$sk",
"AWS_ENDPOINT" = "cos.ap-beijing.myqcloud.com",
"AWS_REGION" = "ap-beijing"
"AWS_SECRET_KEY" = "$sk",
"AWS_ENDPOINT" = "cos.ap-beijing.myqcloud.com",
"AWS_REGION" = "ap-beijing"
)
${prop}
"""
// "AWS_ENDPOINT" = "cos.ap-beijing.myqcloud.com",
// "AWS_ACCESS_KEY" = "AKIDd9RVMzIOI0V7Wlnbr9JG0WrhJk28zc2H",
// "AWS_SECRET_KEY"="4uWxMhqnW3Plz97sPjqlSUXO1RhokRuO",
// "AWS_REGION" = "ap-beijing"

def max_try_milli_secs = 600000
while (max_try_milli_secs > 0) {
String[][] result = sql """ show load where label="$attributes.label" order by createtime desc limit 1; """
Expand Down

0 comments on commit 6e49bbb

Please sign in to comment.