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

Issue 4321: support s3 for non-aws stroage #470

Closed
wants to merge 5 commits into from
Closed

Issue 4321: support s3 for non-aws stroage #470

wants to merge 5 commits into from

Conversation

vga91
Copy link
Owner

@vga91 vga91 commented Jan 30, 2025

The test with a minio instance present here does not work as a "real" instance.
In fact, using an instance pointing to localhost, it fails with TODO error.
To fix it, just put the java property Dcom.amazonaws.sdk.disableCertChecking=true that executes the if present here.

Therefore, added test and docs.


Used bitnami/minio since the official minio image doesn't work in test container.

Using the official minio, it doen't start without any error.

We should do: https://stackoverflow.com/questions/55402610/configuring-minio-server-for-use-with-testcontainers,
it works flakily in any case, sometimes throws an Timeout waiting for result with exception ... Not ready yet.
Moreover, it requires an additional container (minio:mc), and additional code to create a bucket (since MINIO_DEFAULT_BUCKETS env doesn't exist).

Tried with TestContainer using a docker-compose as well, but without success.

@vga91 vga91 changed the title Issue 4321 Issue 4321: support s3 for non-aws stroage Feb 4, 2025
@vga91 vga91 changed the title Issue 4321: support s3 for non-aws stroage [WIP] Issue 4321: support s3 for non-aws stroage Feb 4, 2025
@vga91 vga91 changed the title [WIP] Issue 4321: support s3 for non-aws stroage Issue 4321: support s3 for non-aws stroage Feb 10, 2025
@vga91 vga91 closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant