From 726fff398f01983b2066290fb0910aa46e1ad126 Mon Sep 17 00:00:00 2001 From: blagoySimandov Date: Wed, 18 Dec 2024 00:51:39 +0000 Subject: [PATCH] changed contentType doc from optional to required --- storage/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storage.go b/storage/storage.go index e112d124ab65..e1b7400f398d 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -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