rzane / file_store

🗄️ A unified interface for file storage backends
MIT License
19 stars 3 forks source link

Implement delete_all to delete files in bulk #22

Closed rzane closed 3 years ago

rzane commented 3 years ago
iex> FileStore.delete_all(store)
:ok

iex> FileStore.delete_all(store, prefix: "foo")
:ok