Replies: 1 comment
-
I just need a way to fix s3 issue, how to i make sure that media library will not call the getPath() when i use s3 disk? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
laravel-medialibrary: v3.17.2
laravel framework: v5.8.38
The file is uploaded to my s3 bucket but i get this error. I not sure why you use the getPath() funciton when you not declare the fucntion, even i manually declare the the getPath() function like this in the venfor file for testing:
public function getPath(): string
{
return $this->getPathRelativeToRoot();
}
i still get error like this:
finfo::file(46/30018_temp_20231214111137): failed to open stream: No such file or directory
could anyone tell me what is the proper way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions