Compare commits
No commits in common. "7969446ae5a0c6bbfe9f53dcdf69870c83e7c55d" and "5340c7c42b8ef2a9b2c998ee250c83e321055440" have entirely different histories.
7969446ae5
...
5340c7c42b
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -10,9 +10,8 @@ import * as Minio from "minio";
|
||||
const execPromise = util.promisify(exec);
|
||||
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = "0";
|
||||
const minioClient = new Minio.Client({
|
||||
endPoint: "garage-ikea.jdf2.org.local",
|
||||
endPoint: "garage-ikea.jdf2.org",
|
||||
region: "garage",
|
||||
useSSL: false,
|
||||
accessKey: "GK35dcc0e32a7954e2ee725582",
|
||||
secretKey: "0017fab8d149ee7215e1b3cecf6c3b13eb8acb8132db4b4042dacdf2801ab48f"
|
||||
});
|
||||
|
||||
@ -10,9 +10,8 @@ import * as Minio from "minio";
|
||||
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = "0";
|
||||
|
||||
const minioClient = new Minio.Client({
|
||||
endPoint: "garage-ikea.jdf2.org.local",
|
||||
endPoint: "garage-ikea.jdf2.org",
|
||||
region: "garage",
|
||||
useSSL: false,
|
||||
//port: 80,
|
||||
//useSSL: true,
|
||||
accessKey: "GK35dcc0e32a7954e2ee725582",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user