This sets up a simple web page to upload S3 assets to a bucket. You do NOT need to setup a webserver or handle any php configuration.
Create a config.php file by copying config.sample.php and filling out your AWS credentials
$bucket = "bucket-name";
$awsCredentials = array(
'credentials' => array(
'key' => '[YOUR-AWS-KEY]',
'secret' => '[YOUR-AWS-SECRET',
)
);
To start:
docker-compose up
To use: