kothar / go-backblaze

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

Allow custom http clients #26

Closed antihax closed 6 years ago

antihax commented 6 years ago

Allow custom http.Clients so users can handle errors and retries with custom transports.

antihax commented 6 years ago

Disregard this, i think there is a different way this can be done.