Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo committed Jan 17, 2025
1 parent db4dd94 commit 4c6b3bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ suite("test_s3_load_properties", "p2") {
attributesList.add(attributes)
}

def ak = getS3AK()
def sk = getS3SK()
def ak = "LTAI5tCCiLTZFxfVnNERWRjy"
def sk = "fdE1ZB5bIQ7bmfJYdDu5iupoeysN51"

for(String tbl : tables) {
sql new File("""${ context.file.parent }/ddl/${tbl}_drop.sql""").text
Expand Down

0 comments on commit 4c6b3bf

Please sign in to comment.