aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-02 11:11:34 +0900
committerGitHub <noreply@github.com>2017-08-02 11:11:34 +0900
commit2a8fa2eb783a0efc27a4659eeb50cc20dbc7d623 (patch)
treedadd2b04ddeb0515876191a1deacc6bc73a0643c /activestorage
parentff3dad07bacd4f41cb2d7857794acdff9c1c7ee2 (diff)
parentf927de6fef9255c55c050aa053e7d4d963c52144 (diff)
downloadrails-2a8fa2eb783a0efc27a4659eeb50cc20dbc7d623.tar.gz
rails-2a8fa2eb783a0efc27a4659eeb50cc20dbc7d623.tar.bz2
rails-2a8fa2eb783a0efc27a4659eeb50cc20dbc7d623.zip
Merge pull request #30035 from ytbryan/patch-1
Add Azure to readme [ci skip]
Diffstat (limited to 'activestorage')
-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.