You are here

function _video_s3_is_active_fs in Video 6.5

Same name and namespace in other branches
  1. 6.4 plugins/video_s3/video_s3.module \_video_s3_is_active_fs()
3 calls to _video_s3_is_active_fs()
video_s3::admin_settings in plugins/video_s3/filesystem/video_s3.inc
video_s3::__construct in plugins/video_s3/filesystem/video_s3.inc
video_s3_cron in plugins/video_s3/video_s3.module
Implementation of hook_cron().

File

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

Code

function _video_s3_is_active_fs() {
  return variable_get('vid_filesystem', 'drupal') === 'video_s3';
}