Skip to content

Commit

Permalink
doc: update Radiator.Storage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed May 5, 2019
1 parent 7bb12ac commit 27a030d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/radiator/storage/storage.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
defmodule Radiator.Storage do
@moduledoc """
The Storage context.
The Storage context providing.
Provides access to Object Storage (minio).
Can probably access S3 or any other S3 compatible API by changing configurstion.
Provides direct access to Object Storage (minio). The Radiator.Media API should
be preferred.
Can probably access S3 or any other S3 compatible API by changing configuration.
"""

alias ExAws.S3
Expand Down

0 comments on commit 27a030d

Please sign in to comment.