@@ -1083,14 +1083,15 @@ func (b *Bucket) NewWriter(ctx context.Context, key string, opts *WriterOptions)
10831083 opts = & WriterOptions {}
10841084 }
10851085 dopts := & driver.WriterOptions {
1086- CacheControl : opts .CacheControl ,
1087- ContentDisposition : opts .ContentDisposition ,
1088- ContentEncoding : opts .ContentEncoding ,
1089- ContentLanguage : opts .ContentLanguage ,
1090- ContentMD5 : opts .ContentMD5 ,
1091- BufferSize : opts .BufferSize ,
1092- MaxConcurrency : opts .MaxConcurrency ,
1093- BeforeWrite : opts .BeforeWrite ,
1086+ CacheControl : opts .CacheControl ,
1087+ ContentDisposition : opts .ContentDisposition ,
1088+ ContentEncoding : opts .ContentEncoding ,
1089+ ContentLanguage : opts .ContentLanguage ,
1090+ ContentMD5 : opts .ContentMD5 ,
1091+ BufferSize : opts .BufferSize ,
1092+ MaxConcurrency : opts .MaxConcurrency ,
1093+ BeforeWrite : opts .BeforeWrite ,
1094+ DisableContentTypeDetection : opts .DisableContentTypeDetection ,
10941095 }
10951096 if len (opts .Metadata ) > 0 {
10961097 // Services are inconsistent, but at least some treat keys
0 commit comments