aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorBryan Lim <ytbryan@users.noreply.github.com>2017-08-02 09:57:19 +0800
committerGitHub <noreply@github.com>2017-08-02 09:57:19 +0800
commitf927de6fef9255c55c050aa053e7d4d963c52144 (patch)
treedadd2b04ddeb0515876191a1deacc6bc73a0643c /activestorage/README.md
parentff3dad07bacd4f41cb2d7857794acdff9c1c7ee2 (diff)
downloadrails-f927de6fef9255c55c050aa053e7d4d963c52144.tar.gz
rails-f927de6fef9255c55c050aa053e7d4d963c52144.tar.bz2
rails-f927de6fef9255c55c050aa053e7d4d963c52144.zip
Add Azure to readme
previously https://github.com/rails/activestorage/pull/86
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md4
1 files changed, 1 insertions, 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.