CodeIgniter-S3
CodeIgniter-S3 copied to clipboard
Amazon S3 Library for CodeIgniter
libraries/S3.php: 1535 $value{0} to $value[0]
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....
I am getting an error while trying uploading files to s3 server
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...