Backblaze / B2_Command_Line_Tool

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Other
529 stars 120 forks source link

Fix non-recursive rm deleting files in subdirectories #994

Closed emnoor-reef closed 5 months ago

emnoor-reef commented 5 months ago

Running b2 rm myBucket folder should delete everything directly in folder but, should not delete in files in the the subdirectories of folder.

The bug makes the above command delete the first file from every subdirectory under folder.