public function StreamWrapper::chmod in AmazonS3 7.2
@codeCoverageIgnore
File
- src/
StreamWrapper.php, line 298 - Drupal stream wrapper implementation for Amazon S3
Class
- StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Namespace
Drupal\amazons3Code
public function chmod($mode) {
// TODO: Implement chmod() method.
return TRUE;
}