Skip to content

Commit

Permalink
Add NewS3Resolver comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koenrh committed Jun 12, 2019
1 parent e138e95 commit c82b2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bucket_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type Resolver interface {
IsBucket(string) bool
}

// NewS3Resolver initializes a new S3Resolver
func NewS3Resolver(ns string) (*S3Resolver, error) {
config, err := getConfig(ns)

Expand Down

0 comments on commit c82b2c1

Please sign in to comment.