php - NotWritableException: Can't write image data to path

one text

Solution:

there is permission issue for your upload folder on your testing server. Please verify that because before upload to s3 bucket you are storing your image to your upload folder first.

Source