From de8e0557b2ad5c6e74a12384edab1c64e42e5281 Mon Sep 17 00:00:00 2001 From: wanjiewu Date: Mon, 31 Mar 2025 20:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=96=87=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- object.go | 1 + 1 file changed, 1 insertion(+) diff --git a/object.go b/object.go index c225f60..4c8ba2c 100644 --- a/object.go +++ b/object.go @@ -32,6 +32,7 @@ type ObjectGetOptions struct { ResponseCacheControl string `url:"response-cache-control,omitempty" header:"-"` ResponseContentDisposition string `url:"response-content-disposition,omitempty" header:"-"` ResponseContentEncoding string `url:"response-content-encoding,omitempty" header:"-"` + CiProcess string `url:"ci-process,omitempty" header:"-"` Range string `url:"-" header:"Range,omitempty"` IfModifiedSince string `url:"-" header:"If-Modified-Since,omitempty"` // SSE-C