From 6c88a550054163650828c82a316995f5ead86f72 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 30 Apr 2015 21:37:03 -0400 Subject: [PATCH] Clarify CloudFront options in the description. --- amazons3.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazons3.admin.inc b/amazons3.admin.inc index ad1bd8c..910051a 100644 --- a/amazons3.admin.inc +++ b/amazons3.admin.inc @@ -74,7 +74,7 @@ function amazons3_admin() { $form['amazons3_cloudfront'] = array( '#type' => 'checkbox', '#title' => t('Enable CloudFront'), - '#description' => t('Deliver URLs through a CloudFront domain when using presigned URLs. This requires additional settings.php configuation. See README.md for details.'), + '#description' => t('Deliver URLs through a CloudFront domain when using presigned URLs. This requires additional settings.php configuation. See README.md for details. Note that CloudFront URLs do not support other configuration options like Force Save As or Torrents, but they do support presigned URLs.'), '#default_value' => variable_get('amazons3_cloudfront', 0), '#states' => array( 'visible' => array(