-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat(blob-store): Add wasi-blob-store capability #361
Conversation
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
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.
Is this PR only for adding the interface or do you plan to add an implementor (i.e., possibly move azblob)?
I intended to work more on this PR to add at least one implementor. Possibly I will add aws s3 |
Signed-off-by: Jiaxiao Zhou <[email protected]>
Modify the the read stream APIs to change read-into to read due to the current limitation of wit-bindgen which does not support generating a mutable resource reference.
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
This PR is mostly ready for review, although there are some remaining tasks to finish before this is mergable. I will document the tasks on the PR description section. |
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
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.
Just some nit-picks, but overall looks great
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.
Mostly nits and questions. Looking pretty solid.
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Co-authored-by: Aaron Schlesinger <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
…store capability (#372) add azure blob storage implementation to wasi-blob-store capability Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
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.
azblob implementation looks good. Nice work. I'm unsure as to what the expected behavior is of close
and available
. I have ideas about what behavior is expect of an implementor, but it would helpful to be clear about it.
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
I will merge this PR in and have a follow-up PR to fix the |
This PR is largely work-in-process. It's goal is to add wasi-blob-store proposal as a capability to slight.
I will make increment addition to this PR as seperate commits for easier review.
available
andclose
?