Skip to content

Commit a28811c

Browse files
authored
Merge pull request #310 from tencentyun/feature_jojoliang_a3a5e08e
Feature jojoliang a3a5e08e
2 parents be2586f + 5774252 commit a28811c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

object.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type ObjectGetOptions struct {
3232
ResponseCacheControl string `url:"response-cache-control,omitempty" header:"-"`
3333
ResponseContentDisposition string `url:"response-content-disposition,omitempty" header:"-"`
3434
ResponseContentEncoding string `url:"response-content-encoding,omitempty" header:"-"`
35+
CiProcess string `url:"ci-process,omitempty" header:"-"`
3536
Range string `url:"-" header:"Range,omitempty"`
3637
IfModifiedSince string `url:"-" header:"If-Modified-Since,omitempty"`
3738
// SSE-C

0 commit comments

Comments
 (0)