From 09d4cb42250aa88390d734c4a5730a3061f9ac2b Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Thu, 28 Dec 2017 17:11:15 -0500 Subject: [PATCH] Link to the client gems [ci skip] --- guides/source/active_storage_overview.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index 38323c089f..4f35f2e31d 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -108,7 +108,8 @@ amazon: region: "" bucket: "" ``` -Also, add the S3 client gem to your `Gemfile`: + +Add the [`aws-sdk-s3`](https://github.com/aws/aws-sdk-ruby) gem to your `Gemfile`: ``` ruby gem "aws-sdk-s3", require: false @@ -127,7 +128,7 @@ azure: container: "" ``` -Also, add the Microsoft Azure Storage client gem to your `Gemfile`: +Add the [`azure-storage`](https://github.com/Azure/azure-storage-ruby) gem to your `Gemfile`: ``` ruby gem "azure-storage", require: false @@ -156,7 +157,7 @@ google: bucket: "" ``` -Also, add the Google Cloud Storage client gem to your `Gemfile`: +Add the [`google-cloud-storage`](https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage) gem to your `Gemfile`: ``` ruby gem "google-cloud-storage", "~> 1.3", require: false