LabO8 / nestjs-s3

An S3 module for Amazon S3
https://labo8.github.io/nestjs-s3/
MIT License
19 stars 5 forks source link

Fix deletion when no files with the specified prefix are found #51

Closed veselin-angelov closed 1 year ago

veselin-angelov commented 1 year ago

Description

When trying to delete files with a specific prefix, there may be no such files, thus leading to an error. Now if no files are found, there will be no attempt to delete them.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: