We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c17f4c commit 9286150Copy full SHA for 9286150
app/usecase/s3.go
@@ -49,7 +49,7 @@ type S3ObjectsListerOutput struct {
49
Objects model.S3ObjectIdentifiers
50
}
51
52
-// S3ObjectLister is the interface that wraps the basic ListObjects method.
+// S3ObjectsLister is the interface that wraps the basic ListObjects method.
53
type S3ObjectsLister interface {
54
ListS3Objects(ctx context.Context, input *S3ObjectsListerInput) (*S3ObjectsListerOutput, error)
55
0 commit comments