()
| 198 | } |
| 199 | |
| 200 | func ErrorRegionNotConfigured() error { |
| 201 | return errors.WithStack(&errors.Error{ |
| 202 | Kind: ErrRegionNotConfigured, |
| 203 | Message: "aws region has not been configured; please set a default region (e.g. `export AWS_DEFAULT_REGION=us-west-2`)", |
| 204 | }) |
| 205 | } |
| 206 | |
| 207 | func ErrorUnableToFindCredentials() error { |
| 208 | return errors.WithStack(&errors.Error{ |