Support juicefs sync with src http and dst https #4905
deepmap-haonan
started this conversation in
General
Replies: 1 comment
-
We may need two parameters to disable HTTPS for them separately, but I think it's too much for this rarely use-case, I'd suggest that you patch JuiceFS to make it work or add HTTPS for the source or allow HTTP for the destination as a workround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to be added:
juicefs sync with source http and destination https. Currently, sync can be used with both http with --no-https.
Why is this needed:
We have an environment mixed the usage of https and http. This caused two object storages system use http only or https only.
For example, for source of sync we are using endpoint
http://s3.qingstor.endpoint
and for the destination of sync we are usinghttps://s3.swiftstack.endpoint
. If we sync withno-https
, sync will fail due to cannot connect with swiftstack. And vise versa withoutno-https
.Beta Was this translation helpful? Give feedback.
All reactions