Skip to content

Commit

Permalink
symlink dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbreak2008 committed Dec 22, 2017
1 parent f2ab8f3 commit c7035ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2344,14 +2344,14 @@ private function generateSignableQueryStringParam($options)
'response-content-encoding',
'response-expires',
'response-content-disposition',
'symlink' ,
'symlink',
self::OSS_UPLOAD_ID,
self::OSS_COMP,
self::OSS_LIVE_CHANNEL_STATUS,
self::OSS_LIVE_CHANNEL_START_TIME,
self::OSS_LIVE_CHANNEL_END_TIME,
self::OSS_PROCESS,
self::OSS_POSITION
self::OSS_POSITION,
);

foreach ($signableList as $item) {
Expand Down

0 comments on commit c7035ef

Please sign in to comment.