sakthiyendran's avatar

How to upload files on Amazon S3 storage using luman laravel 5.2 but got error like could not get any response?

I am new to luman laravel framework. I have a doubt,uploaded files on Amazon S3 storage using luman laravel 5.2.but i got response could not get any response.

I configured secret id and access key,bucket name and bucket region in .env file. What I did wrong? I already wasted two days on this problem. Please help me or suggest me any good tutorial for this problem. Thanks in advance.

0 likes
1 reply
Treast's avatar

Check your AWS console. Your S3 instance should have a security group that restrict connection from IP address.

Make sure to add your server IP on the whitelist, or your own if you're working in localhost.

Please or to participate in this conversation.