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 S3-compliant storages #7432

Closed
normanrz opened this issue Nov 13, 2023 · 1 comment · Fixed by #7453
Closed

Support S3-compliant storages #7432

normanrz opened this issue Nov 13, 2023 · 1 comment · Fixed by #7453

Comments

@normanrz
Copy link
Member

Detailed Description

Many self-hosted storage services (e.g. minio) or hosted storage services (e.g. Cloudflare, Backblaze) implement the S3 API. These services are quite popular due to their lower operating costs. It would be great if we would support them as well. For that we should encode the API endpoint in the URI as well:
s3://s3.us-east-1.amazonaws.com/bucket_name/path. For end-users, the explore route could also check the s3://bucket_name/path scheme

@normanrz
Copy link
Member Author

This command should start a local S3-compliant minio server:

MINIO_ROOT_PASSWORD=TtnuieannGt2rGuie2t8Tt7urarg5nauedRndrur MINIO_ROOT_USER=ANTN35UAENTS5UIAEATD minio server --address :8000 ./minio_data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants