-
As far as I understood from the docs, it's possible to enable replication between local minio instances. But I could not figure out if it's possible to mix a local minio instance and a cloud storage like B2. Is it possible at this moment? If not, will you consider supporting such configurations in the future? |
Beta Was this translation helpful? Give feedback.
Answered by
mnvr
Nov 9, 2024
Replies: 1 comment 2 replies
-
It is already possible. The server (museum) does not care where the S3 bucket is hosted (minio, B2 etc), so you can already mix and match. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
false. You'll have to appropriately configure your minio so that workarounds mentioned in the doc comment are not needed:
use_path_style_urls
worker-url
is not specifiedscw-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.