1 | <?php |
||
17 | class AwsS3v2Adapter extends AwsS3Adapter |
||
18 | { |
||
19 | /** |
||
20 | * Trả về AWS S3v2 Temporary URL theo đường dẫn chỉ định. |
||
21 | * |
||
22 | * @param string $path |
||
23 | * @param DateTimeInterface $expiration |
||
24 | * @param array $options |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getTemporaryUrl(string $path, DateTimeInterface $expiration, array $options = []): string |
||
36 | } |
||
37 |