GcStorage
Elixir wrapper for Google Cloud Storage API.
Configuration
- See goth for credential configuration.
- Paramters (TODO)
Installation
-
Add
gc_storageto your list of dependencies inmix.exs:
```elixir
def deps do
[{:gc_storage, "~> 0.2.0"}]
end
```-
Ensure
gc_storageis started before your application:
```elixir
def application do
[applications: [:gc_storage]]
end
```