Skip to content

Commit 9af237b

Browse files
authored
blob/s3blob: fix typo in docs (#3485)
1 parent 8b41580 commit 9af237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blob/s3blob/s3blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// - ListOptions.BeforeList: (V1) *s3.ListObjectsV2Input or *s3.ListObjectsInput
4848
// when Options.UseLegacyList == true; (V2) *s3v2.ListObjectsV2Input or *[]func(*s3v2.Options), or *s3v2.ListObjectsInput
4949
// when Options.UseLegacyList == true
50-
// - Reader: (V1) s3.GetObjectOutput; (V2) s3v2.GetObjectInput
50+
// - Reader: (V1) s3.GetObjectOutput; (V2) s3v2.GetObjectOutput
5151
// - ReaderOptions.BeforeRead: (V1) *s3.GetObjectInput; (V2) *s3v2.GetObjectInput or *[]func(*s3v2.Options)
5252
// - Attributes: (V1) s3.HeadObjectOutput; (V2)s3v2.HeadObjectOutput
5353
// - CopyOptions.BeforeCopy: *(V1) s3.CopyObjectInput; (V2) s3v2.CopyObjectInput

0 commit comments

Comments
 (0)