From b334ac80cf07d4ce6ba20b3ee45c3e58711f9a91 Mon Sep 17 00:00:00 2001 From: Rolandas Barysas Date: Wed, 2 Aug 2017 10:28:51 +0300 Subject: Add Azure to the available services list --- activestorage/lib/active_storage/service.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activestorage/lib') diff --git a/activestorage/lib/active_storage/service.rb b/activestorage/lib/active_storage/service.rb index 7559fd0e2b..f6b4877759 100644 --- a/activestorage/lib/active_storage/service.rb +++ b/activestorage/lib/active_storage/service.rb @@ -7,6 +7,7 @@ require "active_storage/log_subscriber" # * +Disk+, to manage attachments saved directly on the hard drive. # * +GCS+, to manage attachments through Google Cloud Storage. # * +S3+, to manage attachments through Amazon S3. +# * +Azure+, to manage attachments through Microsoft Azure Storage. # * +Mirror+, to be able to use several services to manage attachments. # # Inside a Rails application, you can set-up your services through the -- cgit v1.2.3