From f927de6fef9255c55c050aa053e7d4d963c52144 Mon Sep 17 00:00:00 2001 From: Bryan Lim Date: Wed, 2 Aug 2017 09:57:19 +0800 Subject: [PATCH] Add Azure to readme previously https://github.com/rails/activestorage/pull/86 --- activestorage/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/activestorage/README.md b/activestorage/README.md index 7893759653..f868e0d708 100644 --- a/activestorage/README.md +++ b/activestorage/README.md @@ -1,8 +1,6 @@ # Active Storage -Active Storage makes it simple to upload and reference files in cloud services, like Amazon S3 or Google Cloud Storage, -and attach those files to Active Records. It also provides a disk service for testing or local deployments, but the -focus is on cloud storage. +Active Storage makes it simple to upload and reference files in cloud services, like Amazon S3, Google Cloud Storage or Microsoft Azure Storage and attach those files to Active Records. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can uploaded from the server to the cloud or directly from the client to the cloud. -- GitLab