Copy file from one server to another using scp on linux
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
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…