Closed jdub233 closed 8 months ago
Installs the AWS CLI binary as recommended by AWS docs.
Generally useful, but also the BU site-manager WordPress plugin relies on running aws s3 commands in a bash shell using php's exec() function for things like long running file copies.
site-manager
aws s3
exec()
Looks good to me, I think?
Installs the AWS CLI binary as recommended by AWS docs.
Generally useful, but also the BU
site-manager
WordPress plugin relies on runningaws s3
commands in a bash shell using php'sexec()
function for things like long running file copies.