Skip to content

Added missing error checking on S3 driver delete operation #551

Alex Komrakov requested to merge (removed):551-check-s3-error 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.

Merge request reports