예제 #1
0
파일: S3.php 프로젝트: expstudio/laraclip
 /**
  * Return the key the uploaded file object is stored under within a bucket.
  * 
  * @param  string $styleName 
  * @return string          
  */
 public function path($styleName)
 {
     return $this->attachedFile->getInterpolator()->interpolate($this->attachedFile->path, $this->attachedFile, $styleName);
 }