Skip to content

Fix EXIF cleaning for S3 compatible Object Storage

EXIF cleaner does not support additional reads after the underlying process is completed.

When the Object Storage configuration requires a MultipartUpload, workhorse loops over the input with an io.LimitReader, such loop will call Read one extra time to make sure the input was consumed entirely.

Related to: #233 (closed)

Merge request reports