Skip to content

Commit 9f9bac5

Browse files
[9.x] Add S3 temporaryUploadUrl method to AwsS3V3Adapter (#45753)
* Add temporaryUploadUrl methdo to AwsS3V3Adapter * Add temporaryUploadUrl() to FilesystemAdapter * Update facade docblocks * Added aws s3 temporaryUploadUrl requiredHeaders option * Update facade docblocks * formatting --------- Co-authored-by: aneeskhan47 <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
1 parent 9a10e73 commit 9f9bac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Facades/Storage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* @method static string url(string $path)
6060
* @method static bool providesTemporaryUrls()
6161
* @method static string temporaryUrl(string $path, \DateTimeInterface $expiration, array $options = [])
62+
* @method static array temporaryUploadUrl(string $path, \DateTimeInterface $expiration, array $options = [])
6263
* @method static \League\Flysystem\FilesystemOperator getDriver()
6364
* @method static \League\Flysystem\FilesystemAdapter getAdapter()
6465
* @method static array getConfig()

0 commit comments

Comments
 (0)