gcs v0.0.1 GCS View Source

A simple library to interact with Google Cloud Storage

Link to this section Summary

Link to this section Types

Link to this type

headers()

View Source
headers() :: [{String.t(), String.t()}]

Link to this section Functions

Link to this function

delete_object(bucket, delete_path, headers \\ [], http_opts \\ [])

View Source
delete_object(any(), binary(), headers(), any()) :: {:ok, any()}

TODO

Link to this function

download_object(bucket, download_path, headers \\ [], http_opts \\ [])

View Source
download_object(any(), binary(), headers(), any()) :: {:ok, any()}

TODO

Link to this function

make_public(bucket, upload_path, headers \\ [], http_opts \\ [])

View Source
make_public(any(), binary(), headers(), any()) :: {:ok, any()}

TODO

Link to this function

upload_object(bucket, upload_path, file_path, content_type, headers \\ [], http_opts \\ [])

View Source
upload_object(any(), binary(), any(), any(), headers(), any()) ::
  {:ok, any()}

TODO