We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf692b commit 62cded0Copy full SHA for 62cded0
feature/s3/manager/upload.go
@@ -182,7 +182,7 @@ type Uploader struct {
182
// client := s3.NewFromConfig(cfg)
183
//
184
// // Create an uploader passing it the client
185
-// uploader := manager.NewUploader(client)
+// uploader := manager.NewUploader(client)
186
187
// // Create an uploader with the client and custom options
188
// uploader := manager.NewUploader(client, func(u *manager.Uploader) {
0 commit comments