【问题标题】:Configure AWS S3 endpoint on laravel在 laravel 上配置 AWS S3 端点
【发布时间】:2016-03-07 20:40:34
【问题描述】:

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

【问题讨论】:

    标签: php laravel heroku amazon-s3 filesystems


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2018-04-01
      • 2021-03-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-31
      • 2015-01-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多