-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Error while publishing S3 file with blanks
This error is reported when publishing a S3 file that container one or more blanks *and* trace logging is enabled. The issue is caused by the use of the Path.toUri method that tries to convert the S3 path to a URI object which does not support the blank chars. The method toUriString should be used instead which is safer to render cloud paths to fully qualified path string Signed-off-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
1 parent
bb5c4f9
commit b74c022
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters