update
This commit is contained in:
@@ -234,7 +234,7 @@ public class MinioUtil {
|
|||||||
.stream(stream, stream.available(), -1).build();
|
.stream(stream, stream.available(), -1).build();
|
||||||
minioClient.putObject(objectArgs);
|
minioClient.putObject(objectArgs);
|
||||||
stream.close();
|
stream.close();
|
||||||
return minioUrl + bucketName + "/" + relativePath;
|
return minioPublicUrl + bucketName + "/" + relativePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user