在laravel上配置AWS S3端点

时间:2015-12-03 09:42:37

标签: php laravel heroku amazon-s3 filesystems

如何在配置文件config / aws.php或config / filesystem.php中设置endPoint以不会出现以下错误

变量S3_END_POINT的名称是什么,或者只是端点或什么?

The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint: "swiptimages.s3-eu-west-1.amazonaws.com".

1 个答案:

答案 0 :(得分:1)

此错误的最可能原因是您在不同于S3客户端配置的区域中创建了存储桶。确保 S3_REGION 的值(或您在 filesystems.php 中作为区域传递的任何内容)与S3中该存储区的区域匹配。