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

Support clusters using third-party S3-like services #248

Open
ehsan310 opened this issue Sep 4, 2024 · 1 comment
Open

Support clusters using third-party S3-like services #248

ehsan310 opened this issue Sep 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ehsan310
Copy link

ehsan310 commented Sep 4, 2024

/feature

Is your feature request related to a problem? Please describe.
It is not possible to use S3 clusters out of AWS

Describe the solution you'd like in detail
It would be nice to support S3 Compatible interfaces for locally deployed clusters like Ceph

Describe alternatives you've considered
Had to run a sidecar container along with deployment and use s3fs instead.

@dannycjones
Copy link
Contributor

Hey @ehsan310, thanks for opening an issue.

While we don't provide support for S3-like services, we do welcome contributions of minor compatibility fixes or performance improvements for these services if the changes can be tested against Amazon S3. We had a similar issue over on the Mountpoint repository awslabs/mountpoint-s3#144 where you can read more.

I'm aware of some features not supported by some S3-like services such as additional checksums. Mountpoint uses CRC32C by default but where the S3-like service doesn't support it, it is possible to disable using --upload-checksums off. This was added partly for this issue: awslabs/mountpoint-s3#853.

If you can identity why the mount is failing from the logs, that may be useful for those coming across this issue in future. Information on logging in Mountpoint with the CSI driver can be found in our docs: https://github.com/awslabs/mountpoint-s3-csi-driver/blob/main/docs/LOGGING.md.

@dannycjones dannycjones changed the title Support S3 Comptaible Clusters Support clusters using third-party S3-like services Sep 12, 2024
@unexge unexge added the enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants