- Make sure go runtime is installed on whatever machine you are using to build this project
- create a .env file (it should look like the block below but make sure to add keys)
WASABI_ACCESS_KEY_ID=
WASABI_SECRET_ACCESS_KEY=
WASABI_S3_ENDPOINT=https://s3.wasabisys.com
WASABI_IAM_ENDPOINT=https://iam.wasabisys.com
WASABI_REGION="us-east-1"
REQUEST_SECRET_KEY=""
MAILER_ADDRESS=""
MAILER_USERNAME=""
MAILER_PASSWORD=""
MAILER_FROM_ADDRESS=""
- run go build from the root directory of this project
- run the executable created from the go build command