Skip to content

Conversation

@jozefbakus
Copy link
Collaborator

S3a support

@jozefbakus jozefbakus requested a review from filiphornak October 5, 2023 15:15
@jozefbakus jozefbakus self-assigned this Oct 5, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

JaCoCo code coverage report - scala:2.13

File Coverage [23.54%]
S3FileManager.scala 65.8%
TargetFileSystem.scala 0%
ArgumentParser.scala 0%
Application.scala 0%
Total Project Coverage 58.7% 🍏

Copy link
Collaborator

@kevinwallimann kevinwallimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tested this yet, otherwise lgtm

import scala.util.chaining._

case class S3FileManager(s3: S3Client) extends FileManager {
case class S3FileManager(s3: S3Client, schema: String) extends FileManager {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename schema -> scheme. These are not the same things.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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

Successfully merging this pull request may close these issues.

3 participants