You are here

function video_s3_help in Video 6.4

File

plugins/video_s3/video_s3.module, line 18
Provides wrapper functions for the s3 amazon webservices.

Code

function video_s3_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/video/amazon_s3':
      $output = t('Use Amazon Simple Storage Service (Amazon S3) to store your video files.  This frees up bandwidth from your site, providing a faster experience for your users.  Simply enable this module and enter your authentication details and you\'re done!');
      return $output;
  }
}