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
I don't know if this is a bug or was fixed in later versions but using this version I noticed what ultimately was a kms key issue in AWS was causing non descriptive errors from flysystem.
I was getting this error: Exception: Unable to read file from location: vu91716/aiScores/vanderbilt_ae_scores_20250115.csv. /var/www/www/application/vendor/league/flysystem/src/UnableToReadFile.php 24
To debug the issue I had to temporarily use the raw s3 php sdk to get the error which clearly indicated that it was an issue with kms permissions.
This should be reported on the flysystem error.
We are on using a legacy system and using php 7.4 currently. Is there a version that would report the sdk errors or is this a feature / bug report?
The text was updated successfully, but these errors were encountered:
Question
I don't know if this is a bug or was fixed in later versions but using this version I noticed what ultimately was a kms key issue in AWS was causing non descriptive errors from flysystem.
I was getting this error: Exception: Unable to read file from location: vu91716/aiScores/vanderbilt_ae_scores_20250115.csv. /var/www/www/application/vendor/league/flysystem/src/UnableToReadFile.php 24
To debug the issue I had to temporarily use the raw s3 php sdk to get the error which clearly indicated that it was an issue with kms permissions.
This should be reported on the flysystem error.
We are on using a legacy system and using php 7.4 currently. Is there a version that would report the sdk errors or is this a feature / bug report?
The text was updated successfully, but these errors were encountered: