What's Changed
- Fix getStream path concatenation for custom PathGenerator by @dmitrakovich in #3904
This fix resolves an issue where getStream() was forcing directory-style paths, making it impossible to use custom PathGenerators with non-directory paths (like prefixes). The fix allows developers to use filename prefixes such as {basePath}-{fileName}.
Full Changelog: 11.17.8...11.17.9