public function StreamWrapper::stream_open in AmazonS3 7.2
File
- src/
StreamWrapper.php, line 525 - Drupal stream wrapper implementation for Amazon S3
Class
- StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Namespace
Drupal\amazons3Code
public function stream_open($path, $mode, $options, &$opened_path) {
$this
->setUri($path);
return parent::stream_open($path, $mode, $options, $opened_path);
}