sramazzina opened a new issue, #6274:
URL: https://github.com/apache/hop/issues/6274
### Apache Hop version?
2.17-SNAPSHOT
### Java version?
openjdk-17
### Operating system
Windows
### What happened?
Trying to look at issue #6071 I got into a wrong piece of code in
`MinioFileProvider.doCreateFilesystem` method where the value for part size is
get resolving the wrong variable as stated below
```
// The part size
String partSize = variables.resolve(minioMeta.getRegion());
// TODO: (SR) I think we have an error here, we should resolve
minioMeta.getPartSize()
fileSystem.setPartSize(Const.toLong(partSize, DEFAULT_PART_SIZE));
```
### Issue Priority
Priority: 2
### Issue Component
Component: VFS
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]