We can list all objects using the CLI using a command like this aws s3 ls s3://bucket-name/example/*.
aws s3 ls s3://bucket-name/example/*
But can we do that using using Adonis.js File System Dr