@@ -19,6 +19,10 @@ |
||
19 | 19 | /** @var \DateTimeInterface */ |
20 | 20 | private $expiresAt; |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $bucket |
|
24 | + * @param string $baseDir |
|
25 | + */ |
|
22 | 26 | public function __construct(S3Client $service, $bucket, $baseDir, \DateTimeInterface $expiresAt) |
23 | 27 | { |
24 | 28 | $this->service = $service; |