akamai / NetStorageKit-PHP

Akamai NetStorage for PHP
http://developer.akamai.com
Apache License 2.0
18 stars 19 forks source link

Fix listContents in base dir #9

Closed lookaflyingdonkey closed 7 years ago

lookaflyingdonkey commented 7 years ago

Had to make some modifications to be able to listContents in the base directory, first off it was causing errors from the Akamai NS API with a 400 request thinking a directory was a file. Then there was issues with all directories being filtered out of the results in the isDirectChild check in ContentListingFormatter

dshafik commented 7 years ago

These changes look good, thanks for your contribution! 👍