Uploading/accessing file in AWS S3
Use IAM service to create access key ID that you can get a Access Key ID and a Secret Access Key
Connect to S3 and use the putObject function to upload the file. (refer to Uploadin_S3.php)
Use the getIterator function to get the details of files and get a file to download. (refer to Access_S3.php)