Skip to content

Commit de8e055

Browse files
author
wanjiewu
committed
支持文件处理的参数
1 parent 9c43251 commit de8e055

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)