Skip to content

Instantly share code, notes, and snippets.

View shahriarrahat's full-sized avatar

Shahriar Rahat shahriarrahat

View GitHub Profile
@shahriarrahat
shahriarrahat / build-as3cf-aws3.sh
Created March 26, 2024 08:34 — 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 [ ! -d src/amazon-s3-and-cloudfront ]; then
echo 'This script must be run from the repository root.'
exit 1
fi
for PROG in composer find sed unzip