You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we originally implemented S3 file uploads, both Storage and Flysystem's S3 adapter made it hard to access the AWS SDK's S3Client with all the config set up, and these things did not have mechanisms to interact with S3-specific features.
This has been improved in Laravel 9.x and 10.x: the Storage::temporaryUrl() method can probably do everything we need, letting us simplify the file upload code significantly.
The text was updated successfully, but these errors were encountered:
When we originally implemented S3 file uploads, both
Storage
and Flysystem's S3 adapter made it hard to access the AWS SDK'sS3Client
with all the config set up, and these things did not have mechanisms to interact with S3-specific features.This has been improved in Laravel 9.x and 10.x: the
Storage::temporaryUrl()
method can probably do everything we need, letting us simplify the file upload code significantly.The text was updated successfully, but these errors were encountered: