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

Feature/s3 support #18

Merged
merged 29 commits into from
Apr 13, 2024
Merged

Feature/s3 support #18

merged 29 commits into from
Apr 13, 2024

Conversation

evan95s
Copy link
Contributor

@evan95s evan95s commented Apr 7, 2024

#3
Add support of s3.
However, something still need to be done.
The feature use some functions which are not implemented in zkMIPS/zkm, so it use a fork source in Cargo.toml, and it should be updated when those functions are merged in main branch of zkMIPS/zkm.

}
}

async fn s3_read(path: &str) -> anyhow::Result<Vec<u8>> {
Copy link
Member

Choose a reason for hiding this comment

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

I think we can make those functions private at the beginning, because we want to expose XXFile, not the those functions.

@eigmax eigmax merged commit 1991945 into zkMIPS:main Apr 13, 2024
5 checks passed
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.

2 participants