Overbryd / gcloudex

Friendly set of wrappers for Google Cloud Platform services' API's in Elixir.
64 stars 39 forks source link

Support streaming in upload to storage #12

Open lang100 opened 7 years ago

lang100 commented 7 years ago

The put_object/3 function expects a file path in order to upload to storage.
Is there a way to upload data directly from a buffer?