Documentation ¶ Index ¶ Variables type Validator func NewValidator(executor execx.Executor) *Validator func (v *Validator) Validate(s3Conf config.S3) ([]string, []error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrAWSS3BucketNotFound = errors.New("AWS S3 Bucket not found, please create it before running furyctl") ErrAWSS3BucketRegionMismatch = errors.New("AWS S3 Bucket region mismatch") ) Functions ¶ This section is empty. Types ¶ type Validator ¶ type Validator struct { // contains filtered or unexported fields } func NewValidator ¶ func NewValidator(executor execx.Executor) *Validator func (*Validator) Validate ¶ func (v *Validator) Validate(s3Conf config.S3) ([]string, []error) Source Files ¶ View all Source files validator.go Click to show internal directories. Click to hide internal directories.