psugand / CodeIgniter-S3

Amazon S3 Library for CodeIgniter
http://prashant.es
241 stars 116 forks source link

AWS Signature Version 4 #18

Open chakan opened 9 years ago

chakan commented 9 years ago

Is there any way to make this library working with the AWS Signature Version 4?

http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

Now I'm getting the error: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256

chakan commented 9 years ago

The library this is based on seems depreciated when using v4. Solved this by using the official PHP SDK that can handle this out of the box.

cyberrspiritt commented 7 years ago

Im facing the same issue. The thing is, SDKs dont play well with codeigniter.

mushab34 commented 6 years ago

any update on this. I am facing the same issue now..

cyberrspiritt commented 6 years ago

Couldnt find a solution so I moved to aws sdk.