manuel-woelker / rust-vfs

A virtual filesystem for Rust
Apache License 2.0
384 stars 44 forks source link

beginnings of s3 based VFS #56

Closed jereanon closed 1 year ago

manuel-woelker commented 1 year ago

Hi, great to see an S3 implementation in progress.

Let me know if you have any questions.

One thing in particular I am wondering about is how to properly test this implementation by the CI pipeline. AFAICT it would either mean having some sort of S3 account, or having an S3 compatible server running locally to test against...

Any ideas on that?

jereanon commented 1 year ago

Apologies for this, the PR should have been created on our fork. I'll remove it as we've got quite a bit of work to do.

One thing in particular I am wondering about is how to properly test this implementation by the CI pipeline. AFAICT it would either mean having some sort of S3 account, or having an S3 compatible server running locally to test against...

This is definitely going to be an issue. I haven't put much time into figuring it out for now, but should get back to working on this in the next few days. We'll come back soon with an issue/PR!

manuel-woelker commented 1 year ago

Alright, no worries! I am looking forward to hearing back from you!