-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
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