You are here

public function StreamWrapper::unlink in AmazonS3 7.2

File

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

Class

StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Namespace

Drupal\amazons3

Code

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