-
Help
DescriptionHello, Is is possible to use a custom (internally hosted) AWS-like S3 bucket to store the targets cache?
|
Beta Was this translation helpful? Give feedback.
Answered by
noamross
Feb 29, 2024
Replies: 1 comment 1 reply
-
Yup! Any service with a S3-compatible API will do. I have an example set up here using a local MinIO instance on a single machine: https://github.com/noamross/targets-minio-versioning. I have tested https://wasabi.com/ as well and it worked fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
noamross
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup! Any service with a S3-compatible API will do. I have an example set up here using a local MinIO instance on a single machine: https://github.com/noamross/targets-minio-versioning. I have tested https://wasabi.com/ as well and it worked fine.