export const bucket = new Client({
endPoint: "localhost",
pathStyle: false,
port: 9003,
useSSL: true,
accessKey: "xxx",
secretKey: "xxx",
});
export const bucket = new Client({
endPoint: "localhost",
pathStyle: false,
port: 9003,
useSSL: true,
accessKey: "xxx",
secretKey: "xxx",
});