fixed comment typos

This commit is contained in:
Gani Georgiev
2026-01-17 10:58:12 +02:00
parent d87a887673
commit adb991eb02
3 changed files with 3195 additions and 3195 deletions

View File

@@ -46,7 +46,7 @@ import (
const defaultPageSize = 1000
// New creates a new instance of the S3 driver backed by the the internal S3 client.
// New creates a new instance of the S3 driver backed by the internal S3 client.
func New(s3Client *s3.S3) (blob.Driver, error) {
if s3Client.Bucket == "" {
return nil, errors.New("s3blob.New: missing bucket name")