k3s/cluster/aws
James Davies 945339362f Strip extra '-' from md5sum output when creating S3 bucket
md5sum prints out the hash, followed by the filename. When piped in from
stdin, this equates to a '-' character.

cluster/aws/util.sh was incorrect including this '-' character as part
of the S3 bucket name, causing the script to fail on Linux machines with
the md5sum binary.

i.e. "s3://kubernetes-staging-0ac68d8c77915cc1069a9e2f5e1f1d2d -"

Fixed by using `awk` to return only the first column (up to the space)
2014-11-12 16:56:50 +10:00
..
templates Update the AWS config. 2014-11-10 13:33:43 -08:00
config-default.sh Update the AWS config. 2014-11-10 13:33:43 -08:00
util.sh Strip extra '-' from md5sum output when creating S3 bucket 2014-11-12 16:56:50 +10:00