Skip to content

Commit a93c95b

Browse files
authored
fix expires
1 parent 22366f4 commit a93c95b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Service.php

+9
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,15 @@ public static function getService() {
13131313
'location' => 'header',
13141314
'sentAs' => 'x-cos-tagging',
13151315
),
1316+
'Expires' => array(
1317+
'type' => array(
1318+
'object',
1319+
'string',
1320+
'integer',
1321+
),
1322+
'format' => 'date-time-http',
1323+
'location' => 'header',
1324+
),
13161325
)
13171326
),
13181327
// 追加对象

0 commit comments

Comments
 (0)