Open nsubrahm-aws opened 3 years ago
Same exact issue
Only way to get this working was to make the S3 buckets public!
gsed
message can be ignored because in their script, they default to sed
.
Resolved it my removing the acl command in upload-site folder under workshop1 Just use -- aws s3 sync $TEMP_DIR s3://$BUCKET_NAME
After running the CloudFormation stack, I am running
script/setup
command. It fails with two errors viz. unable to locategsed
and unable to upload to S3 bucket. See below.To install
gsed
, I had to first installbrew
,brew install gsed
and thenalias gsed=sed
. But, this does not work.