You are here

public function video_s3::get_help in Video 6.5

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

Overrides video_plugin::get_help

File

plugins/video_s3/filesystem/video_s3.inc, line 50
Class file used to store videos in Amazon S3.

Class

video_s3

Code

public function get_help() {
  return t('Amazon Simple Storage Service (!s3) to store your video files. This frees 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/'),
  ));
}