how to set public permission to image uploaded on s3 aws in laravel 5.5
First set your s3 bucket configuration in your .env file as below. S3_AWS_KEY=AKIAIDTXXXHUR7ABCDEF S3_AWS_SECRET=2XTTy0q8xxdaddffrtsfsdfdfgfhvcdsfsf S3_AWS_REGION=us-east-2 S3_AWS_BUCKET=BUCKET_NAME In your controller file add the following code to set the public property to…