简体   繁体   English

无法将文件上传到Amazon s3存储桶

[英]Unable to Upload file into Amazon s3 bucket

I would be thankful if someone help me out in solving this issue. 如果有人帮助我解决这个问题,我将不胜感激。

I am using codeigniter framwork for my project. 我正在为我的项目使用codeigniter框架。 And Want to upload my image into amazon s3 bucket. 并想将我的图像上传到亚马逊S3存储桶中。 When i am trying to use the S3.php file & putObjectfile() for uploading I am getting the error as 当我尝试使用S3.php文件和putObjectfile()进行上传时,出现以下错误:

string(92) "The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256." string(92)“不支持您提供的授权机制。请使用AWS4-HMAC-SHA256。”

Can someone help me out in solving this issue. 有人可以帮我解决这个问题。

您能否尝试以下方法:

$s3Client = S3Client::factory(array('key'=>YOUR_AWS_KEY, 'secret'=>YOUR_AWS_SECRET, 'signature' => 'v4'));

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM