https://github.com/mudssrali/google_cloud_storage_ex
a simple elixir app for uploading objects on google cloud storage
https://github.com/mudssrali/google_cloud_storage_ex
elixir elixir-phoenix google-cloud-storage
Last synced: 3 months ago
JSON representation
a simple elixir app for uploading objects on google cloud storage
- Host: GitHub
- URL: https://github.com/mudssrali/google_cloud_storage_ex
- Owner: mudssrali
- Created: 2022-08-12T12:46:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T15:06:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T06:34:46.517Z (4 months ago)
- Topics: elixir, elixir-phoenix, google-cloud-storage
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Cloud Storage
To start your application:
* Install dependencies with `mix deps.get`
* Start Elixir app inside IEx with `iex -S mix`Take a look into *`application.ex`* and *`storage.ex`*
Note: Before starting applicaiton, Export `GCP_CREDENTIALS` (service account key) as environment var