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, I would like to store on my object storage which is not aws but minio for instance.
Can you update the documentation to specify the endpoint ? thanks
The text was updated successfully, but these errors were encountered:
The endpoint currently used is http[s]://., where the hostName defaults to s3.amazonaws.com.
You can override hostName by setting the configuration property chunkServer.diskQueue.hostName, using the same object-store-directory-prefix that is used for the bucketName.
Some caveats:
This endpoint used is an implementation detail and may change in the future.
We have done testing only with S3 and not any S3-lookalikes such as minio..
Thanks for the update. plz keep updated the documentation. S3-likes ( think about ceph) does make a lot of sens, however, the performance with Mapreduce associated with object store is a problem. QFs does answer this challenge. I use Minio for test purposes since minio APi and Ceph APi are very similar.
From the business point of view, it might open a lot of doors, sticking with AWS S3 will close a lot.
Hi, I would like to store on my object storage which is not aws but minio for instance.
Can you update the documentation to specify the endpoint ? thanks
The text was updated successfully, but these errors were encountered: