Skip to content

Commit 6c0f80b

Browse files
author
Aaron Schlesinger
committed
doc(pkg/healthsrv/buckets_lister.go): clarify the client that conforms to BucketLister in godoc
1 parent eab6596 commit 6c0f80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/healthsrv/buckets_lister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
s3 "github.com/minio/minio-go"
55
)
66

7-
// BucketLister is a *(github.com/aws/aws-sdk-go/service/s3).Client compatible interface that provides just the ListBuckets cross-section of functionality. It can also be implemented for unit tests
7+
// BucketLister is a *(github.com/minio/minio-go).Client compatible interface that provides just the ListBuckets cross-section of functionality. It can also be implemented for unit tests
88
type BucketLister interface {
99
// ListBuckets lists all the buckets in the object storage system
1010
ListBuckets() ([]s3.BucketInfo, error)

0 commit comments

Comments
 (0)