kothar / go-backblaze

A golang client for Backblaze's B2 storage
MIT License
95 stars 31 forks source link

Added ListFileNamesWithPrefix method to Bucket #17

Closed kothar closed 7 years ago

kothar commented 7 years ago

The API call to list file names has added the prefix and delimiter options since the client was first implemented. These options have been added to a new method in the client.