aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-12-22 06:40:24 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-12-22 06:40:24 +0900
commitc1d7df253895ecc946fd9c77db5e2d69b7f1c3b5 (patch)
tree4007a46ff88b78dde38c5f127d1b5fa5b0d94133 /activestorage
parent3b4f14dc43f09addb50c546ffe23b9e03eafed20 (diff)
downloadrails-c1d7df253895ecc946fd9c77db5e2d69b7f1c3b5.tar.gz
rails-c1d7df253895ecc946fd9c77db5e2d69b7f1c3b5.tar.bz2
rails-c1d7df253895ecc946fd9c77db5e2d69b7f1c3b5.zip
Add cloud service's links to README of Active Storage [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index 8af0409ec5..85ab70dac6 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -1,6 +1,6 @@
# Active 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. Supports having one main service and mirrors in other services for redundancy. 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](https://aws.amazon.com/s3/), [Google Cloud Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/storage/), and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage.
Files can be uploaded from the server to the cloud or directly from the client to the cloud.
@@ -144,7 +144,7 @@ Active Storage, with its included JavaScript library, supports uploading directl
Active Storage is released under the [MIT License](https://opensource.org/licenses/MIT).
- ## Support
+## Support
API documentation is at: