Clone the project
git clone https://github.com/adityafullstackdeveloper/s3upload.gitGo to the project directory
cd s3uploadInstall dependencies
composer installCopy .env.example to .env
cp .env.example .envGenerate APP_KEY
php artisan key:generateStart the server
php artisan serveTo run this project, you will need to add the following environment variables to your .env file
ANOTHER_API_KEY=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false