You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by hrstoyanov March 28, 2024
Hello,
I am trying to test ES 1.3.1 (with AWS Java SDK 2.25.18) against a local Minio server - a highly compatible AWS S3 storage server, widely for local development/testing of S3.
Am I setting up the embedded store manager correctly? In my code, you will see that I list the available buckets from the Minio server, so I know the S3Client connection is working fine. What am I missing?
In the Minio WEB UI admin console I see these traces:
s3.ListBuckets 200 OK
s3.HeadObject 400 Bad Request
The text was updated successfully, but these errors were encountered:
hrstoyanov
changed the title
ES 1.3.1 testing against a Minio S3-compatible storage server - please help
ES 1.3.1 testing against a Minio S(3-compatible ) storage backend - please help!
Mar 29, 2024
hrstoyanov
changed the title
ES 1.3.1 testing against a Minio S(3-compatible ) storage backend - please help!
ES 1.3.1 testing against a Minio (S3-compatible ) storage backend - please help!
Mar 29, 2024
Discussed in #188
Originally posted by hrstoyanov March 28, 2024
Hello,
I am trying to test ES 1.3.1 (with AWS Java SDK 2.25.18) against a local Minio server - a highly compatible AWS S3 storage server, widely for local development/testing of S3.
This setup code:
generates the following exeception:
Am I setting up the embedded store manager correctly? In my code, you will see that I list the available buckets from the Minio server, so I know the S3Client connection is working fine. What am I missing?
In the Minio WEB UI admin console I see these traces:
The text was updated successfully, but these errors were encountered: