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