-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Cache using Ceph #835
Comments
@flowrean does Ceph use the same API as S3? I know minio does, but I haven't played with Ceph directly. |
@ARolek yes, I have also used the aws-sdk-go to upload files. |
@flowrean to the domain in your error log? If the API is S3 compliant then it should work fine. It seems like tegola can't reach the host. |
Ah, I think I used |
@flowrean have you looked at the available config params for the s3 cache? I know it has been enhanced previously to support Minio. If you have already reviewed the configs (I didn't see anything obvious that would support |
I have looked at the S3 config parameters indeed. Will see if I can get it working with |
It turned out I could use the |
Also, your website only lists an even smaller subset of these parameters: https://tegola.io/documentation/configuration/#s3 |
@flowrean yeah the tegola docs need some love. It would be helpful if you could send in a PR to update the s3 cache details there too. Eventually I would like to parse the readmes from the various packages and turn them into the docs. |
Hi
I am trying to use Ceph for caching using the S3 cache provider. Here's what my config looks like:
Tegola fails with the following message:
Isn't Ceph supported or am I doing something wrong? I'm not sure if the URL looks correct.
The text was updated successfully, but these errors were encountered: