You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/healthsrv/buckets_lister.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import (
4
4
s3 "github.com/minio/minio-go"
5
5
)
6
6
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
8
8
typeBucketListerinterface {
9
9
// ListBuckets lists all the buckets in the object storage system
0 commit comments