You are here

public function StreamWrapper::dir_opendir in AmazonS3 7.2

File

src/StreamWrapper.php, line 549
Drupal stream wrapper implementation for Amazon S3

Class

StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Namespace

Drupal\amazons3

Code

public function dir_opendir($path, $options) {
  $this
    ->setUri($path);
  return parent::dir_opendir($path, $options);
}