Skip to content

Commit

Permalink
Fix missing imports in getobject-override-respheaders.go
Browse files Browse the repository at this point in the history
  • Loading branch information
reedchan7 committed Jan 16, 2023
1 parent 89d027d commit 3d6b4df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/s3/getobject-override-respheaders.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
package s3

import (
"context"
"io"
"log"
"os"

"github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"
)

func main() {
Expand Down

0 comments on commit 3d6b4df

Please sign in to comment.