Eli Bendersky 68cc690ca4 Add a wrapper script for tools/upload.go
The script sets up the -region and -bucket flags to point to the right S3
location. AWS_* env vars should still be set manually.

The old Ruby uploading code is moved to upload-ruby-old for now (will be
deleted later)
2021-09-02 06:42:17 -07:00

4 lines
83 B
Bash
Executable File

#!/bin/bash
exec go run tools/upload.go -region us-east-1 -bucket gobyexample.com