From 27a030d3d6295fe5d05948deb976628b54d6480e Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Sun, 5 May 2019 10:11:18 +0200 Subject: [PATCH] doc: update Radiator.Storage doc --- lib/radiator/storage/storage.ex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/radiator/storage/storage.ex b/lib/radiator/storage/storage.ex index 94de6e6e..8879195d 100644 --- a/lib/radiator/storage/storage.ex +++ b/lib/radiator/storage/storage.ex @@ -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