Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Lack of listFiles operation on S3 #1207

Open
TonioGela opened this issue Jun 20, 2024 · 3 comments
Open

[QUESTION] Lack of listFiles operation on S3 #1207

TonioGela opened this issue Jun 20, 2024 · 3 comments

Comments

@TonioGela
Copy link

TonioGela commented Jun 20, 2024

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?

@semenodm
Copy link
Member

it will be, but i'm not sure where do you see listFiles in AWS SDK V2

@TonioGela
Copy link
Author

TonioGela commented Jul 9, 2024

it will be, but i'm not sure where do you see listFiles in AWS SDK V2

My bad I mean exposing S3AsyncClientOp from S3AsyncClientOp.

More in general, is there a reason most of the operations were kept in S3AsyncClientOp[F] and not exposed in S3[F]? The only simple one that got exposed is delete(bucket: BucketName, key: FileKey): F[Unit] and I was wondering why.

@modernptz
Copy link

It's actually listObjectsV2 not listFiles. But anyway this functionality is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants