We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22366f4 commit a93c95bCopy full SHA for a93c95b
src/Service.php
@@ -1313,6 +1313,15 @@ public static function getService() {
1313
'location' => 'header',
1314
'sentAs' => 'x-cos-tagging',
1315
),
1316
+ 'Expires' => array(
1317
+ 'type' => array(
1318
+ 'object',
1319
+ 'string',
1320
+ 'integer',
1321
+ ),
1322
+ 'format' => 'date-time-http',
1323
+ 'location' => 'header',
1324
1325
)
1326
1327
// 追加对象
0 commit comments