在laravel上配置AWS S3端点



如何在配置文件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".

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

相关内容

  • 没有找到相关文章

最新更新