Skip to content

ko1eda/backupmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful links

Setting up the project

  1. Make sure go runtime is installed on whatever machine you are using to build this project
  2. 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=""

  1. run go build from the root directory of this project
  2. run the executable created from the go build command

SDK Code examples

Indiviual sdk docs

aws iface interfaces and testing

About

wasabi backup manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages