in store/s3.go [17:23]
func NewS3(client *s3.Client, bucket, prefix string) S3 { return S3{ client: client, bucket: bucket, prefix: prefix, } }