Reputation: 101
I used chmod +x ./resources/setup.sh && ./resources/setup.sh
on command, and I got an error that is:
Invalid bucket name "": Bucket name must match the regex error, on AWS. I pasted below setup.sh image.
Upvotes: 1
Views: 729
Reputation: 4710
You need to check your script, apparently the basket name is not returned from line 7, either syntax error, no buckets returned , permission issue..
Upvotes: 1