Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  *
  * @param string $assetAssetFile
  * @return boolean
  */
 public function exists($assetAssetFile)
 {
     return $this->s3Client->doesObjectExist($this->bucket, $assetAssetFile);
 }