Skip to content

Self Hosting: Is it possible to have replacation between a local minio instance and a cloud storage backend? #3991

Answered by mnvr
onnyyonn asked this question in Q&A
Discussion options

You must be logged in to vote

false. You'll have to appropriately configure your minio so that workarounds mentioned in the doc comment are not needed:

  1. Run it on SSL
  2. Enable use_path_style_urls
  3. Ignore this, nothing needs to be done here since the worker will be bypassed if worker-url is not specified
  4. Don't use scw-eu-fr-v3 as the minio bucket so that the GLACIER storage class is not applied (you could make it any of the other two)

Also, 2 and 4 were based on the old state of minio, maybe minio has added support for these two since then too.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@onnyyonn
Comment options

@mnvr
Comment options

Answer selected by onnyyonn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants