You are here

public function video_s3::get_help in Video 6.4

Same name and namespace in other branches
  1. 6.5 plugins/video_s3/filesystem/video_s3.inc \video_s3::get_help()

Interface Implementations

Overrides filesystem_interface::get_help

See also

sites/all/modules/video/includes/filesystem_interface#get_help()

File

plugins/video_s3/filesystem/video_s3.inc, line 49

Class

video_s3

Code

public function get_help() {
  return t('Amazon Simple Storage Service (!s3) to store your video files. This free\'s up bandwidth from your site, providing a faster experience for your users. Simply enable this and enter your authentication details and your done!', array(
    '!s3' => l(t('Amazon S3'), 'http://aws.amazon.com/s3/'),
  ));
}