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
'LocalFileSystem' driver was working fine but when I tried to use 'Flysystem' with 'barryvdh/elfinder-flysystem-driver' to AWS S3 and I was able to access to S3, created folders and downloaded files but I could upload files.
The error message is 404 Not Found when elfinder tried to retrieve the uploading file because there was no uploaded file.
I'm using following libraries:
"league/flysystem-aws-s3-v3": "1.0",
"barryvdh/elfinder-flysystem-driver": "0.2.1"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
'LocalFileSystem' driver was working fine but when I tried to use 'Flysystem' with 'barryvdh/elfinder-flysystem-driver' to AWS S3 and I was able to access to S3, created folders and downloaded files but I could upload files.
The error message is
404 Not Found
when elfinder tried to retrieve the uploading file because there was no uploaded file.I'm using following libraries:
"league/flysystem-aws-s3-v3": "1.0",
"barryvdh/elfinder-flysystem-driver": "0.2.1"
Any helps will be appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions