-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add s3 storage path interfaces #65
Conversation
Not sure if we need the StorageBlobWriter trait here, but let it be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work in progress - let's sync on Monday :)
@@ -195,4 +195,9 @@ | |||
</library> | |||
</orderEntry> | |||
</component> | |||
<component name="SbtModule"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is missing from .gitignore. Please fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
framework/arcane-framework/src/main/scala/services/storage/base/BlobStorageWriter.scala
Outdated
Show resolved
Hide resolved
framework/arcane-framework/src/main/scala/services/storage/base/BlobStorageWriter.scala
Outdated
Show resolved
Hide resolved
framework/arcane-framework/src/main/scala/services/storage/base/BlobStorageWriter.scala
Outdated
Show resolved
Hide resolved
framework/arcane-framework/src/main/scala/services/storage/base/StorageBlobReader.scala
Outdated
Show resolved
Hide resolved
...ork/arcane-framework/src/main/scala/services/storage/models/amazon/AmazonS3StoragePath.scala
Outdated
Show resolved
Hide resolved
...ork/arcane-framework/src/test/scala/services/storage/models/amazon/AmazonS3StoragePath.scala
Outdated
Show resolved
Hide resolved
…e/StorageBlobReader.scala Co-authored-by: George Zubrienko <[email protected]>
Part of #61
Scope
Implemented:
Checklist
latest
commit.