@@ -225,6 +225,9 @@ |
||
225 | 225 | return $version; |
226 | 226 | } |
227 | 227 | |
228 | + /** |
|
229 | + * @param boolean $bucket |
|
230 | + */ |
|
228 | 231 | protected function s3Path( $bucket , $fileName ) |
229 | 232 | { |
230 | 233 | return "https://s3.amazonaws.com/".$bucket."/".$fileName; |