-
Notifications
You must be signed in to change notification settings - Fork 177
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 support for minio and other non-AWS S3 object stores #144
Comments
Thanks for the feedback! We tried to capture our thinking here in the README:
In other words, Mountpoint probably works today against other S3-like services — you can point the |
Oh thanks @jamesbornholt! I missed the section of the README that you reference above and got fixated on the earlier comments on AWS credential files. I'll try and find some time to do a smoke test of mountpoint against minio and if I get anywhere I will post an update. I totally get that your primary focus is AWS S3!! |
Maybe you can also try this project , It is used to mount object storage locally and supports minio |
@Waterman1997 juicefs is not just a tool that mounts an existing S3 bucket. It's an entire filesystem that stores its data in S3 in its own format. |
@tcassaert , maybe https://github.com/s3fs-fuse/s3fs-fuse is what you are looking for |
I think this project has some key advantages that other projects do not have:
I totally get that this is mainly used for AWS S3, but maybe we as the community could introduce some kind of tests towards other now AWS object stores (like Minio or RGW), this would be great. |
We tested this with netapp storageGRID and this works. I don't think any particular testing is necessarily needed. Rather, features should be added - keeping in mind this use case. E.g adding a dependency on cloudwatch or IAM without an option to use without - will break onprem use cases. |
Mapping these requirements to Mountpoint’s core mission and tenets led us to not prioritize this feature this year. |
Tell us more about this new feature.
It would be very useful if mountpoint-s3 could support other object store backends and not just AWS. For example MINIO is a very popular object store that is, in large part, compatible with the S3 API. Thanks!
The text was updated successfully, but these errors were encountered: