s3.sh ` �� �̕� # You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine # This is how I upload my new Sol Trader builds (http://soltrader.net) # Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash S3KEY="my aws key" S3SECRET="my aws secret" # pass these in function putS3 { path=$1 file=$2 aws_path=$3 bucket='my-aws-bu