nessie icon indicating copy to clipboard operation
nessie copied to clipboard

[Feature]: Support S3 endpoint with no prefix (http/https)

Open gweaverbiodev opened this issue 11 months ago • 1 comments

Description

Hi,

We host our own internal S3 service in k8s that mimics the S3 interface.

To properly route to this service, we need to provide the endpoint without http://, else we will hit DNS lookup issues.

Would it be possible to allow such endpoints as it seems there is some endpoint validation that is failing the S3 config/connectivity check on service startup.

Expected Use Cases

No response

Requested Changes in public API

Allow S3 endpoints without http/https.

gweaverbiodev avatar Feb 07 '25 22:02 gweaverbiodev

Nessie uses AWS SDK for connections to S3 services.

@gmweaver : Is your S3 implementation compatible with the AWS SDK client? If yes, please provide information on how to configure the AWS SDK in that case.

dimas-b avatar Feb 07 '25 23:02 dimas-b