-
Notifications
You must be signed in to change notification settings - Fork 39
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
Flexibility for cloud S3 upload path #15
Comments
Definitely. I'll work on this as soon as possible. |
Would love to have this feature on local disk as well! |
If you want to store your files on custom path here is the whole steps that you need to follow :
|
Your library structure is awesome. However the UploadMedia class did not find any flexibility on uploading files in custom (dynamic) S3 directory and also setting the file visibility.
Also if I have custom upload controller then how can I initiate $media object? please say.
I need to save images in 'images' root folder and videos in 'videos' root folder and all other files in 'files' folder. Also I should give the file visibility as public or private while saving to S3.
My Upload controller already detect the root path based on mime_type:
Is it possible for your library to give such flexibility in near future?
Thanks.
The text was updated successfully, but these errors were encountered: