Laravel AWS S3 Upload photo error (Region error?)

Question:

Error executing “ListObjects” on
https://s3.your-region.amazonaws.com/your-bucket?prefix=abc%2F1468895496.jpg%2F&max-keys=1&encoding-type=url“;
AWS HTTP error: cURL error 6: Could not resolve host:
s3.your-region.amazonaws.com (see
http://curl.haxx.se/libcurl/c/libcurl-errors.html)

Answer:

I think you havent set the config in config/filesystems.php because the your-region, your-bucket etc is the default value.

Change at this section and make sure the key, secret, region and bucket are filled up.

Leave a Reply