CodeIgniter-S3 icon indicating copy to clipboard operation
CodeIgniter-S3 copied to clipboard

Amazon S3 Library for CodeIgniter

Results 9 CodeIgniter-S3 issues
Sort by recently updated
recently updated
newest added

How to implement this. Actually in [Amazon documentation](https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.S3.S3ClientInterface.html#_doesObjectExist) it is mentioned.

Hello, how can we check if bucket exist or not ?

I use west europe bucket when i try to put file on my bucket, i get following error Message: S3::putObject(): [InvalidRequest] The authorization mechanism you have provided is not supported....

Hi team! I need help when I try to upload files from a post. I have this code inside a "for" bucle: for ($i = 0; $i < count($_FILES['pictures']['name']); $i++){...

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....

Hello Prashant, We just copied your files and paste into our CI project with AWS keys and bucket name but its not working. System library, S3 Library and make config...

Hello This is not an Issue, I'm using your library its working fine. One thing, I need session token which we need to pass to iOS developer using that they...