Skip to content

Commit 6a216d1

Browse files
authored
feature-complete-pic-header (#135)
1 parent a2b5a39 commit 6a216d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Qcloud/Cos/Service.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ public static function getService() {
107107
'type' => 'string',
108108
'location' => 'query',
109109
'sentAs' => 'uploadId',
110+
),
111+
'PicOperations' => array(
112+
'type' => 'string',
113+
'location' => 'header',
114+
'sentAs' => 'Pic-Operations',
110115
)
111116
)
112117
),

0 commit comments

Comments
 (0)