fs2-aws
fs2-aws copied to clipboard
[QUESTION] Lack of listFiles operation on S3
Is there a specific reason for the lack of the listFiles
operation? The operation is easily available via the AWS SDK, and implemented in the S3AsyncClientOp[F]
, so I was wondering why it hasn't been exported.
Will a PR that export some functionalities be appreciated?