Skip to content

Commit

Permalink
chore(storage): correct typo in comment (#5120)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp authored Jan 31, 2025
1 parent 9d39295 commit 3c0a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/objects/generate_v4_put_object_signed_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"cloud.google.com/go/storage"
)

// generateV4GetObjectSignedURL generates object signed URL with PUT method.
// generateV4PutObjectSignedURL generates object signed URL with PUT method.
func generateV4PutObjectSignedURL(w io.Writer, bucket, object string) (string, error) {
// bucket := "bucket-name"
// object := "object-name"
Expand Down

0 comments on commit 3c0a343

Please sign in to comment.