We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2653a7 commit 5393dc5Copy full SHA for 5393dc5
server/node-service/src/plugins/s3/run.test.ts
@@ -2,8 +2,8 @@ import getI18nTranslator from "./i18n";
2
import run, { validateDataSourceConfig } from "./run";
3
4
const dataSourceConfig = {
5
- accessKey: "AKIA5RCJAEKOUTA5KI77",
6
- secretKey: "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",
+ accessKey: "",
+ secretKey: "",
7
endpointUrl: "",
8
region: "us-west-2",
9
};
0 commit comments