Skip to content

Draft: Added missing error checking on S3 driver delete operation #551

Alex Komrakov requested to merge (removed):551-s3-error-check into master

Related to #551 (closed)

I found what S3 driver has 2 similar calls of DeleteObjectsWithContext but one of them miss Error checking witch i think led to errors described in #551 (closed).

It's my first MR so i prefer to just copy paste existing check over move common logic into private method but i can change it if you think it's better.

Edited by Alex Komrakov

Merge request reports