aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-02 16:36:53 +0900
committerGitHub <noreply@github.com>2017-08-02 16:36:53 +0900
commit4c3c4182a7bde6a736c0b489276da9f77fc430f2 (patch)
treeb855845754887d5b1d809502387d2c3e6e778665
parent2a8fa2eb783a0efc27a4659eeb50cc20dbc7d623 (diff)
parentb334ac80cf07d4ce6ba20b3ee45c3e58711f9a91 (diff)
downloadrails-4c3c4182a7bde6a736c0b489276da9f77fc430f2.tar.gz
rails-4c3c4182a7bde6a736c0b489276da9f77fc430f2.tar.bz2
rails-4c3c4182a7bde6a736c0b489276da9f77fc430f2.zip
Merge pull request #30040 from rbarysas/active-storage-import
Add Azure to the available services list [ci skip]
-rw-r--r--activestorage/lib/active_storage/service.rb1
1 files changed, 1 insertions, 0 deletions
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