Skip to content

Commit

Permalink
blob/s3blob: fix typo in docs (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Sep 9, 2024
1 parent 8b41580 commit 9af237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/s3blob/s3blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// - ListOptions.BeforeList: (V1) *s3.ListObjectsV2Input or *s3.ListObjectsInput
// when Options.UseLegacyList == true; (V2) *s3v2.ListObjectsV2Input or *[]func(*s3v2.Options), or *s3v2.ListObjectsInput
// when Options.UseLegacyList == true
// - Reader: (V1) s3.GetObjectOutput; (V2) s3v2.GetObjectInput
// - Reader: (V1) s3.GetObjectOutput; (V2) s3v2.GetObjectOutput
// - ReaderOptions.BeforeRead: (V1) *s3.GetObjectInput; (V2) *s3v2.GetObjectInput or *[]func(*s3v2.Options)
// - Attributes: (V1) s3.HeadObjectOutput; (V2)s3v2.HeadObjectOutput
// - CopyOptions.BeforeCopy: *(V1) s3.CopyObjectInput; (V2) s3v2.CopyObjectInput
Expand Down

0 comments on commit 9af237b

Please sign in to comment.