Skip to content

Commit

Permalink
changed contentType doc from optional to required
Browse files Browse the repository at this point in the history
  • Loading branch information
blagoySimandov committed Dec 18, 2024
1 parent 2f99c97 commit 726fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ type SignedURLOptions struct {

// ContentType is the content type header the client must provide
// to use the generated signed URL.
// Optional.
// Required.
ContentType string

// Headers is a list of extension headers the client must provide
Expand Down

0 comments on commit 726fff3

Please sign in to comment.