When I upload a file using $container->uploadObjects($files)
I can include the directory path in the name to make a new folder. If I use Cyberduck I can see the new folder.
But if I try and get an object list with $container->objectList($options)
it doesn't list the directory like [content_type] => application/directory
. But it does when I use Cyberduck.
So my question is, how do I create a folder using php-opencloud?