Skip to content

Commit 5393dc5

Browse files
sarikeQIQI03
authored andcommitted
fix: rm useless code
1 parent c2653a7 commit 5393dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/node-service/src/plugins/s3/run.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import getI18nTranslator from "./i18n";
22
import run, { validateDataSourceConfig } from "./run";
33

44
const dataSourceConfig = {
5-
accessKey: "AKIA5RCJAEKOUTA5KI77",
6-
secretKey: "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",
5+
accessKey: "",
6+
secretKey: "",
77
endpointUrl: "",
88
region: "us-west-2",
99
};

0 commit comments

Comments
 (0)