I have mounted 'mybucket' using mount commands and i could able to list all the objects using the below command-
%fs
ls /mnt/mybucket/
however, i have folders inside the folders in 'mybucket' and i want to run the below command but it is not working.
%fs
ls /mnt/mybucket/*/*/
Any help is much appreciated. Thanks