aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-12-22 15:26:58 -0500
committerGitHub <noreply@github.com>2017-12-22 15:26:58 -0500
commit57b70bb6ebf54744ffdd28f71cb8593ecd27d761 (patch)
treece96753cbc3934d6c7e85332594f2bd6dcf33821 /activestorage
parent0e8ac8c44b756b33318fe69df0dcd4759c77d3ed (diff)
parentc1d7df253895ecc946fd9c77db5e2d69b7f1c3b5 (diff)
downloadrails-57b70bb6ebf54744ffdd28f71cb8593ecd27d761.tar.gz
rails-57b70bb6ebf54744ffdd28f71cb8593ecd27d761.tar.bz2
rails-57b70bb6ebf54744ffdd28f71cb8593ecd27d761.zip
Merge pull request #31538 from yhirano55/add_cloud_service_links_to_readme_in_active_storage
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: