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