Closed kcalcagno closed 3 years ago
Fixes #37. The end result will be the uploadId being written as null if it is null, which is fine for the edge case this protects against. Better than throwing NPE, at least.
null
Thanks! Will release soon.
Released, just gotta wait a bit now for it to appear in https://mvnrepository.com/artifact/com.github.alexmojaki/s3-stream-upload/
Fixes #37. The end result will be the uploadId being written as
null
if it is null, which is fine for the edge case this protects against. Better than throwing NPE, at least.