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
Hi. Parseable works fine with Minio s3 but I tried to run parseable docker with two different Ceph s3 instances but it gives error:
Error: Unhandled Error: response error "<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>
", after 0 retries: HTTP status client error (400 Bad Request) for url (https://s3.ir-thr-at1.arvanstorage.ir/parseable/.parseable.json)
the s3 works fine when used with s3cmd, mc, filestash, golang and python. I'm able to get, put, make bucket etc.
I'm having the same issue with MinIO. The error shows up in the Nginx access log instead of error, which makes me think the error is from MinIO, not Nginx.
Hi. Parseable works fine with Minio s3 but I tried to run parseable docker with two different Ceph s3 instances but it gives error:
the s3 works fine when used with s3cmd, mc, filestash, golang and python. I'm able to get, put, make bucket etc.
My env file looks like this:
Run command:
docker run -p 8000:8000 --env-file parseable-env -v /parseable/staging:/staging parseable/parseable:v0.8.1 parseable s3-store
Bucket is empty so that isn't the problem. I tried making the bucket public but it didn't make a difference
The text was updated successfully, but these errors were encountered: