You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the $client->listFiles function filtering by file prefix? I have a bucket with 200k files and I would need to retrieve info only on those belonging to a given directory.
Thanks, S.
The text was updated successfully, but these errors were encountered:
Hi @cortesimone I can see that prefix is implemented in listFiles, eg.
$client->listFiles([
'Prefix' => $prefix
]);
I also just checked the docs and confirmed that we're implementing all of the listFiles features, so please let me know if you have any issues using the prefix parameter.
Is there a way to use the
$client->listFiles
function filtering by file prefix? I have a bucket with 200k files and I would need to retrieve info only on those belonging to a given directory.Thanks, S.
The text was updated successfully, but these errors were encountered: