Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Laravel Storage for file uploads #415

Open
nie7321 opened this issue Jun 27, 2023 · 0 comments
Open

Use Laravel Storage for file uploads #415

nie7321 opened this issue Jun 27, 2023 · 0 comments
Labels
enhancement New feature or request file-storage

Comments

@nie7321
Copy link
Member

nie7321 commented Jun 27, 2023

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.

@nie7321 nie7321 added enhancement New feature or request file-storage labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request file-storage
Projects
None yet
Development

No branches or pull requests

1 participant