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 I try to upload a file from s3 directory to another s3 directory using custom path. I see that the new directory has been deleted after it has been generated all the images.
This's a snippet from my code using laravel media library v. 10 and php v. 8.1.
When I try to upload a file from s3 directory to another s3 directory using custom path. I see that the new directory has been deleted after it has been generated all the images.
This's a snippet from my code using laravel media library v. 10 and php v. 8.1.
$category->addMediaFromDisk($category_path, 's3')->preservingOriginal()->toMediaCollection('image');
Thank you
The text was updated successfully, but these errors were encountered: