nlfiedler / enenra

Erlang/OTP library for Google Cloud Storage.
Other
7 stars 12 forks source link

Get binary instead of download to file? #1

Closed pselden closed 6 years ago

pselden commented 6 years ago

Is there any way to configure this so that you can get an object's content as binary instead of downloading it as a file? If not, would you accept a pull request for it?

nlfiedler commented 6 years ago

A pull request would be welcome. My use of this library is very limited, and my primary objective is to use it for online backup, storing large files and only rarely retrieving them. But I'm happy to see it used by others, so feel free to send a pull request.