GCS

Version

A simple library to interact with Google Cloud Storage

Installation

The package can be installed by adding gcs to your list of dependencies in mix.exs:

def deps do
  [
    {:gcs, "~> 0.1.0"}
  ]
end