chore: update minio
This commit is contained in:
@ -7,7 +7,7 @@ config()
|
||||
const minioEndpoint = process.env["S3_ENDPOINT_URL"] || "your-minio-endpoint";
|
||||
const minioAccessKey = process.env["S3_ACCESS_KEY"] || "your-access-key";
|
||||
const minioSecretKey = process.env["S3_SECRET_ACCESS_KEY"] || "your-secret-key";
|
||||
const minioBucketName = "silvester23";
|
||||
const minioBucketName = "silvester24";
|
||||
|
||||
const minioClient = new Client({
|
||||
endPoint: minioEndpoint,
|
||||
|
Reference in New Issue
Block a user