Skip to content

Instantly share code, notes, and snippets.

@uglyrobot
uglyrobot / build-as3cf-aws3.sh
Last active February 26, 2021 20:16 — forked from ianmjones/build-as3cf-aws3.sh
A script for downloading the AWS PHP SDK v3, stripping down to S3 functionality and then applying a custom namespace.
#!/usr/bin/env bash
set -e
if [ ! -f infinite-uploads.php ]; then
echo 'This script must be run from the repository root.'
exit 1
fi
for PROG in composer find sed unzip