Skip to content

Commit

Permalink
Merge pull request #1 from mahony0/patch-1
Browse files Browse the repository at this point in the history
Passing Options Array to API
  • Loading branch information
zaxbux authored Jun 29, 2020
2 parents 97ca301 + ecd62e9 commit c339785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ public function listFiles(array $options)
'headers' => [
'Authorization' => $this->authToken
],
'json' => [
'json' => $options + [
'bucketId' => $options['BucketId'],
'startFileName' => $nextFileName,
'maxFileCount' => $maxFileCount,
Expand Down

0 comments on commit c339785

Please sign in to comment.