Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.12.0
-
$ java -version
openjdk version "1.8.0_272"
OpenJDK Runtime Environment Corretto-8.272.10.3 (build 1.8.0_272-b10)
OpenJDK 64-Bit Server VM Corretto-8.272.10.3 (build 25.272-b10, mixed mode)
-
Patch Available
-
Novice
Description
When uploading a file to S3 using multipart uploads, a warning message is logged for each one:
"While trying to upload the file {} file, 0 bytes were skipped"
This seems to have been introduced by some static analysis fixes in
For the first iteration of the loop, filePosition is expected to be zero so this is the expected return value.
Does not seem to affect any functionality, just an unnecessary warning is logged
Attachments
Issue Links
- links to