Skip to content

Commit

Permalink
Clarify CloudFront options in the description.
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed May 1, 2015
1 parent c196ee4 commit 6c88a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazons3.admin.inc
Expand Up @@ -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(
Expand Down

0 comments on commit 6c88a55

Please sign in to comment.