public function video_amazon_s3::get_object_info in Video 6.4
Same name and namespace in other branches
- 6.5 plugins/video_s3/video_s3.lib.inc \video_amazon_s3::get_object_info()
File
- plugins/
video_s3/ video_s3.lib.inc, line 296
Class
Code
public function get_object_info($filepath) {
return $this->s3
->get_object_headers($this->bucket, $filepath)
->isOK();
}