function video_s3_ctools_plugin_directory in Video 6.5
File
- plugins/
video_s3/ video_s3.module, line 54 - Provides wrapper functions for the s3 amazon webservices.
Code
function video_s3_ctools_plugin_directory($module, $plugin) {
if ($module == 'video' && $plugin == 'filesystem') {
return 'filesystem';
}
}