Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function delete($path)
 {
     $location = $this->applyPathPrefix($path);
     return $this->client->removeFile($location);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function delete($path)
 {
     $location = $this->applyPathPrefix($path);
     unset($this->metaCache[$location]);
     return $this->client->removeFile($location);
 }