You are here

function _video_s3_is_active_fs in Video 6.4

Same name and namespace in other branches
  1. 6.5 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_cron in plugins/video_s3/video_s3.module
video_s3_video_insert in plugins/video_s3/video_s3.module
Implementing hook_video_insert

File

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

Code

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