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 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?
The text was updated successfully, but these errors were encountered:
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.
Is there a specific reason for the lack of the
listFiles
operation? The operation is easily available via the AWS SDK, and implemented in theS3AsyncClientOp[F]
, so I was wondering why it hasn't been exported.Will a PR that export some functionalities be appreciated?
The text was updated successfully, but these errors were encountered: