FeatureFuel
2

[feature]: remove minio direct endpoint

Source: makeplane/plane#5608 · opened by @asters-marnec
Is there an existing issue for this? • I have searched the existing issues Summary I have an S3 bucket and I'd like to use that instead of minio. However I cannot remove minio from the docker compose because its local hostname is directly referenced by the proxy. I don't know exactly why you need to have an endpoint handled by the proxy and pointing directly to the minio api but having will force anyone to run minio-server even if they use s3. Any functionality that relies on this direct connection could instead pass through the backend (with the minio client installed) so that it can communicate with either minio or s3 transparently. Basically decoupling the project from minio Honestly I don't exactly understand why there is the need of a proxy at all while maybe docker local networks could be used but this is another point entirely. At the moment the only sollution is to pass a custom confiuration to the proxy, but this is error prone since…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests