add manual credentials

This commit is contained in:
schulze
2023-03-20 15:43:14 +01:00
parent 4103f10502
commit e31a66a59d
4 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,8 @@ import (
type Config struct {
AWS struct {
Regions []string `yaml:"regions"`
Regions []string `yaml:"regions"`
Credentials_path string `yaml:"credentials_path"`
} `yaml:"aws"`
}