We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be2586f + 5774252 commit a28811cCopy full SHA for a28811c
object.go
@@ -32,6 +32,7 @@ type ObjectGetOptions struct {
32
ResponseCacheControl string `url:"response-cache-control,omitempty" header:"-"`
33
ResponseContentDisposition string `url:"response-content-disposition,omitempty" header:"-"`
34
ResponseContentEncoding string `url:"response-content-encoding,omitempty" header:"-"`
35
+ CiProcess string `url:"ci-process,omitempty" header:"-"`
36
Range string `url:"-" header:"Range,omitempty"`
37
IfModifiedSince string `url:"-" header:"If-Modified-Since,omitempty"`
38
// SSE-C
0 commit comments